Configuration and documentation update due the release 1.6
This commit is contained in:
parent
8d6387825c
commit
f72bde7c83
6
setup.py
6
setup.py
@ -1,7 +1,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
#with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
# long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='pyFTS',
|
name='pyFTS',
|
||||||
@ -11,7 +11,7 @@ setuptools.setup(
|
|||||||
'pyFTS.models.incremental', 'pyFTS.hyperparam', 'pyFTS.distributed', 'pyFTS.fcm'],
|
'pyFTS.models.incremental', 'pyFTS.hyperparam', 'pyFTS.distributed', 'pyFTS.fcm'],
|
||||||
version='1.6',
|
version='1.6',
|
||||||
description='Fuzzy Time Series for Python',
|
description='Fuzzy Time Series for Python',
|
||||||
long_description=long_description,
|
long_description='Fuzzy Time Series for Python',
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author='Petronio Candido L. e Silva',
|
author='Petronio Candido L. e Silva',
|
||||||
author_email='petronio.candido@gmail.com',
|
author_email='petronio.candido@gmail.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user