summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2c6e0f2..82de3e1 100755
--- a/setup.py
+++ b/setup.py
@@ -102,6 +102,7 @@ setup(
platforms='Linux',
classifiers=classif,
url='http://github.com/seb-m/pyinotify',
+ download_url='http://pypi.python.org/pypi/pyinotify',
ext_modules=ext_mod,
py_modules=['pyinotify'],
package_dir=package_dir,