Update setup.py (#2027)

This commit is contained in:
Anurag Kumar 2021-10-03 13:12:38 +05:30 committed by GitHub
parent 1ff78a3a05
commit 675ece7d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,9 +314,10 @@ setup(
},
test_suite="prophet.tests",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
long_description=long_description,
long_description_content_type="text/markdown",