referencing wikipedia entry in setup info
This commit is contained in:
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ SETUP_ARGS = dict(
|
|||||||
author='Dan Buch',
|
author='Dan Buch',
|
||||||
author_email='daniel.buch@gmail.com',
|
author_email='daniel.buch@gmail.com',
|
||||||
url='http://github.com/meatballhat/OneTimePad',
|
url='http://github.com/meatballhat/OneTimePad',
|
||||||
description='one-time pad cryptosystem described in "Cryptonomicon"',
|
description='like so: http://en.wikipedia.org/wiki/One-time_pad',
|
||||||
long_description='',
|
long_description='',
|
||||||
py_modules=['onetimepad'],
|
py_modules=['onetimepad'],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user