diff --git a/README.txt b/README.txt index d8f86aa..a33de9b 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Radium Flat-file CMS -========== +==================== Getting Started --------------- diff --git a/setup.py b/setup.py index 7c14a9d..5acf679 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ setup( version='0.3', description='flat-file CMS suitable for static site', long_description=README + '\n\n' + CHANGES, + long_description_content_type='text/x-rst', classifiers=[ 'Programming Language :: Python', 'Framework :: Pyramid',