X-Git-Url: https://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=9b7e87e2211e8f6feb39203334a714263c7bf031;hp=fe9672460e626c98df3fad32a26384ca52e1aede;hb=ca0b30b5ae63177c6c27a51e066c0cd6641e8c0c;hpb=ede0547a2e4ffbfa7670ecabd507dd892b6b0b85 diff --git a/setup.py b/setup.py index fe96724..9b7e87e 100755 --- 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