Skip to content

Commit

Permalink
Modify classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 23, 2020
1 parent 15ed03e commit 7f78f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
install_requires=setuptools_require + install_requires,
extras_require={"test": tests_requires, "cli": CLI_OPT_REQUIRES},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
Expand All @@ -86,6 +88,7 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Networking",
"Topic :: System :: Networking :: Monitoring",
"Topic :: Text Processing",
],
cmdclass=get_release_command_class(),
Expand Down

0 comments on commit 7f78f97

Please sign in to comment.