X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/81101c996edfb9d8aea2fd96b981e393d7198908..3d786c6d8c1bd3685ac328c7f4b811c13ea60e1a:/setup.py 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,