From 75bc957e425c3b82dfe75373e2cea7aff17ecc12 Mon Sep 17 00:00:00 2001 From: Grzegorz Skorupa Date: Mon, 5 Aug 2019 09:39:55 +0200 Subject: [PATCH] 1.0.8 release - Fixed long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4da6c09..290a5c7 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ def run_tests(self): author_email='grzegorz.skorupa@intive.com', description='BATS and TBATS for time series forecasting', long_description=long_description, + long_description_content_type="text/markdown", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",