summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-09-15 23:00:35 +0200
committerSebastien Martini <seb@dbzteam.org>2010-09-15 23:00:35 +0200
commit3c4086c6cacb9bfe5d2662b6fac3d3119e3c0528 (patch)
treed21c1fd7260844883bf9ac56359bee8ebe26d4b5
parent909f985842fcae8a45d9591017112186e68a723d (diff)
downloadpyinotify-3c4086c6cacb9bfe5d2662b6fac3d3119e3c0528.tar.gz
Modified project url.
-rw-r--r--README2
-rw-r--r--python2/examples/tutorial_asyncnotifier.py2
-rw-r--r--python2/examples/tutorial_notifier.py2
-rw-r--r--python2/examples/tutorial_threadednotifier.py2
-rwxr-xr-xsetup.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index d8e4330..ae78cc7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
==== Pyinotify ====
License: MIT License
-Project URL: http://trac.dbzteam.org/pyinotify/
+Project URL: http://github.com/seb-m/pyinotify
==== Dependencies ====
diff --git a/python2/examples/tutorial_asyncnotifier.py b/python2/examples/tutorial_asyncnotifier.py
index 0e98a8b..5037fd4 100644
--- a/python2/examples/tutorial_asyncnotifier.py
+++ b/python2/examples/tutorial_asyncnotifier.py
@@ -1,6 +1,6 @@
# AsyncNotifier example from tutorial
#
-# See: http://trac.dbzteam.org/pyinotify/wiki/Tutorial
+# See: http://github.com/seb-m/pyinotify/wiki/Tutorial
#
import asyncore
import pyinotify
diff --git a/python2/examples/tutorial_notifier.py b/python2/examples/tutorial_notifier.py
index ad67473..501f3a2 100644
--- a/python2/examples/tutorial_notifier.py
+++ b/python2/examples/tutorial_notifier.py
@@ -1,6 +1,6 @@
# Notifier example from tutorial
#
-# See: http://trac.dbzteam.org/pyinotify/wiki/Tutorial
+# See: http://github.com/seb-m/pyinotify/wiki/Tutorial
#
import pyinotify
diff --git a/python2/examples/tutorial_threadednotifier.py b/python2/examples/tutorial_threadednotifier.py
index f1eb6c8..3635987 100644
--- a/python2/examples/tutorial_threadednotifier.py
+++ b/python2/examples/tutorial_threadednotifier.py
@@ -1,6 +1,6 @@
# ThreadedNotifier example from tutorial
#
-# See: http://trac.dbzteam.org/pyinotify/wiki/Tutorial
+# See: http://github.com/seb-m/pyinotify/wiki/Tutorial
#
import pyinotify
diff --git a/setup.py b/setup.py
index d3ad459..aa5bffa 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
license='MIT License',
platforms='Linux',
classifiers=classif,
- url='http://trac.dbzteam.org/pyinotify',
+ url='http://github.com/seb-m/pyinotify',
download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.0.tar.gz',
py_modules=['pyinotify'],
package_dir=package_dir,