]> kaliko git repositories - python-daemon.git/blobdiff - setup.py
Update git url
[python-daemon.git] / setup.py
index fe9672460e626c98df3fad32a26384ca52e1aede..da436c06d7804a0f8294a02c9804f6606000a515 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
 from seth import Daemon
 
 
-DESCRIPTION = open('doc/README').read()
+DESCRIPTION = open('README').read()
 
 VERSION=Daemon.version
 
@@ -40,15 +40,15 @@ 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"],
     long_description=DESCRIPTION,
     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/",
+    url="http://git.kaliko.me/?p=python-seth.git;a=summary",
+    download_url="http://pypi.python.org/pypi/python-seth/",
     classifiers=CLASSIFIERS,
     license=LICENSE,
     keywords=["daemon", "unix"],