summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2008-11-04 12:42:17 +0100
committerSebastien Martini <seb@dbzteam.org>2008-11-04 12:42:17 +0100
commit46a7343c64fa1614dcef1e5044cd6c5caea4599e (patch)
tree0a0942bf053f9efecc7acace7aecb3aad8393bb7 /setup.py
parent146b46fc4ae569d467970e5809ae8a1645c9a3ce (diff)
downloadpyinotify-46a7343c64fa1614dcef1e5044cd6c5caea4599e.tar.gz
Removed annoying psyco message (suggested by Henri Tuhola).
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8b4174c..1139bc9 100755
--- a/setup.py
+++ b/setup.py
@@ -33,14 +33,14 @@ classif=[
setup(
name='pyinotify',
- version='0.8.0',
+ version='0.8.1',
description='Filesystem monitoring, use inotify',
author='Sebastien Martini',
author_email='sebastien.martini@gmail.com',
license='GPL 2',
platforms='Linux',
classifiers=classif,
- url='http://seb.dbzteam.org/pages/pyinotify-dev.html',
+ url='http://trac.dbzteam.org/pyinotify',
download_url='http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=HEAD;sf=tgz',
py_modules=['pyinotify'],
)