Skip to content

Commit 03193ba

Browse files
committed
update for 0.3.0
1 parent 17f3d0e commit 03193ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@
4343
packages=find_packages(exclude=("examples", "imgs", "scripts")),
4444
classifiers=[
4545
"Programming Language :: Python :: 3",
46-
"Programming Language :: Python:: 3.7",
4746
"Intended Audience :: Science/Research",
4847
"License :: OSI Approved :: MIT License",
4948
"Topic :: Scientific/Engineering :: Artificial Intelligence",
50-
"Operating System:: Microsoft:: Windows",
51-
"Operating System:: POSIX",
52-
"Operating System:: Unix",
53-
"Operating System:: MacOS"
49+
"Operating System :: OS Independent"
5450
],
5551
)

0 commit comments

Comments
 (0)