We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f3d0e commit 03193baCopy full SHA for 03193ba
setup.py
@@ -43,13 +43,9 @@
43
packages=find_packages(exclude=("examples", "imgs", "scripts")),
44
classifiers=[
45
"Programming Language :: Python :: 3",
46
- "Programming Language :: Python:: 3.7",
47
"Intended Audience :: Science/Research",
48
"License :: OSI Approved :: MIT License",
49
"Topic :: Scientific/Engineering :: Artificial Intelligence",
50
- "Operating System:: Microsoft:: Windows",
51
- "Operating System:: POSIX",
52
- "Operating System:: Unix",
53
- "Operating System:: MacOS"
+ "Operating System :: OS Independent"
54
],
55
)
0 commit comments