diff options
author | Tom Cocagne <devnull@localhost> | 2011-04-01 14:50:25 -0400 |
---|---|---|
committer | Tom Cocagne <devnull@localhost> | 2011-04-01 14:50:25 -0400 |
commit | fbf4ea479d31b953ef7aa7b29fe71a911c1c1725 (patch) | |
tree | ac2c527fc4b1b0c9547df7324a22fda75545e417 /setup.py | |
parent | 402cdc063b662982d748d72319fa4d8895801d02 (diff) |
final 1.0 touchups
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,7 +31,7 @@ for symmetric-key encryption. For a full description of the pysrp package and the SRP protocol, please refer to the `srp module documentation`_. -.. _`srp module documentation`: http://packages.python.org/pysrp +.. _`srp module documentation`: http://packages.python.org/srp ''' @@ -43,8 +43,9 @@ setup(name = 'srp', author = 'Tom Cocagne', author_email = 'tom.cocagne@gmail.com', url = 'http://code.google.com/p/pysrp/', - download_url = 'http://pypi.python.org/pypi/pysrp', + download_url = 'http://pypi.python.org/pypi/srp', long_description = long_description, + provides = 'srp', packages = ['srp'], package_data = {'srp' : ['doc/*.rst', 'doc/*.py']}, ext_modules = ext_modules, |