filling in more crap for paver-i-fication
This commit is contained in:
parent
5ca2f9de34
commit
29fbe8e32c
3
README
Normal file
3
README
Normal file
@ -0,0 +1,3 @@
|
||||
Sure, they aren't especially practical, but one-time pads are academically interesting :)
|
||||
|
||||
.. vim:filetype=rst
|
@ -2,6 +2,7 @@ from paver.easy import *
|
||||
from paver.setuputils import setup
|
||||
|
||||
|
||||
README = path.getcwd()/'README'
|
||||
SETUP_ARGS = Bunch(
|
||||
name='OneTimePad',
|
||||
version='0.1.0',
|
||||
@ -9,8 +10,10 @@ SETUP_ARGS = Bunch(
|
||||
author_email='daniel.buch@gmail.com',
|
||||
url='http://github.com/meatballhat/OneTimePad',
|
||||
description='like so: http://en.wikipedia.org/wiki/One-time_pad',
|
||||
long_description='',
|
||||
long_description=README.bytes(),
|
||||
py_modules=['onetimepad'],
|
||||
license='MIT',
|
||||
platforms=['any'],
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user