Fixing setup.py to reference README instead of README.markdown as otherwise sdist... philo-0.9
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 15 Jun 2011 10:05:04 +0000 (06:05 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 15 Jun 2011 10:05:04 +0000 (06:05 -0400)
setup.py

index f33d211..8f13ea5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
        version = '.'.join([str(v) for v in version]),
        url = "http://philocms.org/",
        description = "A foundation for developing web content management systems.",
-       long_description = open(os.path.join(root_dir, 'README.markdown')).read(),
+       long_description = open(os.path.join(root_dir, 'README')).read(),
        maintainer = "iThink Software",
        maintainer_email = "contact@ithinksw.com",
        packages = packages,