]> kaliko git repositories - python-daemon.git/commitdiff
Renamed project python-seth 0.5
authorkaliko <kaliko@azylum.org>
Sun, 25 Nov 2012 16:52:49 +0000 (17:52 +0100)
committerkaliko <kaliko@azylum.org>
Sun, 25 Nov 2012 16:52:49 +0000 (17:52 +0100)
README
setup.py

diff --git a/README b/README
index 03e74c71930f08293cfc0b1f2bcf8bff2c748112..a91601f1eded8cd5769d526b031fced3ea30d8f9 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-python-daemon is a pretty simple object named Daemon used to daemonize a process.
+python-seth is a pretty simple object named Daemon used to daemonize a process.
 
 To do so subclass the Daemon object and override its run method with the code
 you want to turn into a unix daemon.
index 9b7e87e2211e8f6feb39203334a714263c7bf031..92b6836a90dc2f4b930b5dd1e28988c0587f554c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.\
 
 
 setup(
-    name="python-daemon",
+    name="python-seth",
     version=VERSION,
     description="Python Daemon library",
     py_modules=["seth"],
@@ -48,7 +48,7 @@ setup(
     author="Jack Kaliko",
     author_email="kaliko@azylum.org",
     url="http://git.kaliko.me/?p=python-daemon.git;a=summary",
-    download_url="http://pypi.python.org/pypi/python-daemon/",
+    download_url="http://pypi.python.org/pypi/python-seth/",
     classifiers=CLASSIFIERS,
     license=LICENSE,
     keywords=["daemon", "unix"],