summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d32442c..5658963 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
* Linux ≥ 2.6.13
* Python ≥ 2.4
* A libc with inotify's binding
-* ctypes
+* ctypes (included in the standard library since Python2.6)
## Install
diff --git a/setup.py b/setup.py
index a51b075..90ed07b 100755
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ setup(
platforms='Linux',
classifiers=classif,
url='http://github.com/seb-m/pyinotify',
- download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.1.tar.gz',
+ #download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.1.tar.gz',
py_modules=['pyinotify'],
package_dir=package_dir,
packages=[''],