mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
Move classifiers from setup.py
This commit is contained in:
parent
33f60ce609
commit
8b20ea91bb
2 changed files with 5 additions and 7 deletions
7
setup.py
7
setup.py
|
@ -46,11 +46,4 @@ setuptools.setup(
|
|||
"brozzler.dashboard": find_package_data("brozzler.dashboard"),
|
||||
},
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: System :: Archiving",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue