From 2a5a259502c4e742cf8faee47a12049d1f526736 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 25 Nov 2012 17:52:49 +0100 Subject: [PATCH] Renamed project python-seth --- README | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 03e74c7..a91601f 100644 --- 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. diff --git a/setup.py b/setup.py index 9b7e87e..92b6836 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ along with this program. If not, see .\ 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"], -- 2.39.2