summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-12-26 07:40:25 +0100
committerSebastien Martini <seb@dbzteam.org>2011-12-26 07:40:25 +0100
commitf5be68205a896cfcc3ccaf72aab29ac3e20d4d31 (patch)
tree2edaf664c8f42e5e7e4d4b15104a5bcd892a3c7a /setup.py
parentd5d471e58dd913c5740103fea53584d09bc80e5d (diff)
downloadpyinotify-f5be68205a896cfcc3ccaf72aab29ac3e20d4d31.tar.gz
Added download_url to package's meta-data.
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,