update trove classifiers

This commit is contained in:
Maximilian Hils 2019-12-16 03:10:32 +01:00
parent 642de3925d
commit 67955fad32

View File

@ -29,22 +29,20 @@ setup(
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Console :: Curses", "Environment :: Console :: Curses",
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS",
"Operating System :: POSIX", "Operating System :: POSIX",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Topic :: Security", "Topic :: Security",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: Proxy Servers", "Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing" "Topic :: System :: Networking :: Monitoring",
"Topic :: Software Development :: Testing",
], ],
packages=find_packages(include=[ packages=find_packages(include=[
"mitmproxy", "mitmproxy.*", "mitmproxy", "mitmproxy.*",