From f72bde7c839e4deb0794d544b61d3ee67dd45091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido?= Date: Tue, 7 May 2019 22:18:57 -0300 Subject: [PATCH] Configuration and documentation update due the release 1.6 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2371cea..9ac8798 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools -with open("README.md", "r") as fh: - long_description = fh.read() +#with open("README.md", "r") as fh: +# long_description = fh.read() setuptools.setup( name='pyFTS', @@ -11,7 +11,7 @@ setuptools.setup( 'pyFTS.models.incremental', 'pyFTS.hyperparam', 'pyFTS.distributed', 'pyFTS.fcm'], version='1.6', description='Fuzzy Time Series for Python', - long_description=long_description, + long_description='Fuzzy Time Series for Python', long_description_content_type="text/markdown", author='Petronio Candido L. e Silva', author_email='petronio.candido@gmail.com',