referencing wikipedia entry in setup info

This commit is contained in:
Dan Buch 2009-11-27 23:23:45 -05:00
parent 60cb6b67d4
commit a7a732e1f9

View File

@ -8,7 +8,7 @@ SETUP_ARGS = dict(
author='Dan Buch',
author_email='daniel.buch@gmail.com',
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='',
py_modules=['onetimepad'],
)