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 fe31f58 commit f11fda9Copy full SHA for f11fda9
1 file changed
setup.py
@@ -35,6 +35,13 @@
35
"zip_safe": False,
36
"setup_requires": ["setuptools_scm"],
37
"use_scm_version": True,
38
+ "classifiers": [
39
+ "Intended Audience :: Developers",
40
+ "Intended Audience :: Science/Research",
41
+ "Topic :: Multimedia :: Graphics",
42
+ "Programming Language :: Python :: 3.7",
43
+ "Programming Language :: Python :: 3.8",
44
+ ],
45
}
46
47
0 commit comments