From 4577a046c53ff4346e99bf989fac93fc6bdd1424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9A=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Tue, 28 May 2019 22:54:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=20=D1=81=20twine=20c?= =?UTF-8?q?heck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.txt | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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',