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 8a365b784e

View File

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