Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 16d1105

Browse files
committed
update classifiers
1 parent 65896b5 commit 16d1105

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@
2626
"license": "MIT",
2727
"platforms": "Linux, Mac OS X, Windows",
2828
"classifiers": [
29-
"Topic :: Software Development :: Libraries :: IDOM :: Quality Assurance",
29+
"Environment :: Console",
30+
"Framework :: Flake8",
31+
"Intended Audience :: Developers",
32+
"License :: OSI Approved :: MIT License",
33+
"Operating System :: OS Independent",
34+
"Programming Language :: Python",
35+
"Topic :: Software Development :: Libraries :: Python Modules",
36+
"Topic :: Software Development :: Quality Assurance",
3037
],
3138
"setup_requires": ["setuptools_scm"],
3239
"use_scm_version": True,

0 commit comments

Comments
 (0)