summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cocagne <devnull@localhost>2011-04-01 14:50:25 -0400
committerTom Cocagne <devnull@localhost>2011-04-01 14:50:25 -0400
commitfbf4ea479d31b953ef7aa7b29fe71a911c1c1725 (patch)
treeac2c527fc4b1b0c9547df7324a22fda75545e417
parent402cdc063b662982d748d72319fa4d8895801d02 (diff)
final 1.0 touchups
-rwxr-xr-xsetup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fbc3dcd..422bb98 100755
--- a/setup.py
+++ b/setup.py
@@ -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,