Skip to content

Commit 7132d8b

Browse files
committed
Update trove classifiers.
1 parent da6f9da commit 7132d8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,9 @@ def exec_module(module):
262262
license="MIT",
263263
classifiers=[
264264
"Development Status :: 4 - Beta",
265+
"Framework :: Matplotlib",
265266
"License :: OSI Approved :: MIT License",
266-
"Programming Language :: Python :: 3.5",
267-
"Programming Language :: Python :: 3.6",
268-
"Programming Language :: Python :: 3.7",
267+
"Programming Language :: Python :: 3",
269268
],
270269
cmdclass={"build_ext": build_ext},
271270
packages=find_packages("lib"),

0 commit comments

Comments
 (0)