Skip to content

Commit

Permalink
update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jul 18, 2020
1 parent 65896b5 commit 16d1105
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@
"license": "MIT",
"platforms": "Linux, Mac OS X, Windows",
"classifiers": [
"Topic :: Software Development :: Libraries :: IDOM :: Quality Assurance",
"Environment :: Console",
"Framework :: Flake8",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
],
"setup_requires": ["setuptools_scm"],
"use_scm_version": True,
Expand Down

0 comments on commit 16d1105

Please sign in to comment.