From 3d786c6d8c1bd3685ac328c7f4b811c13ea60e1a Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 15 Jun 2011 06:05:04 -0400 Subject: [PATCH] Fixing setup.py to reference README instead of README.markdown as otherwise sdist installations will fail. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f33d211..8f13ea5 100644 --- 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, -- 2.20.1