Merge pull request #81 from titanscouting/fix-publish

removed problematic classifier
This commit is contained in:
Arthur Lu 2021-04-30 20:54:16 -07:00 committed by GitHub
commit 5153fc3f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ setuptools.setup(
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Data Analysis"
], ],
python_requires='>=3.6', python_requires='>=3.6',
keywords="data analysis tools" keywords="data analysis tools"