mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 22:40:47 -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
|
@ -14,8 +14,13 @@ description = "Distributed web crawling with browsers"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
"Environment :: Console",
|
||||||
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
|
"Topic :: System :: Archiving",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"PyYAML>=5.1",
|
"PyYAML>=5.1",
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -46,11 +46,4 @@ setuptools.setup(
|
||||||
"brozzler.dashboard": find_package_data("brozzler.dashboard"),
|
"brozzler.dashboard": find_package_data("brozzler.dashboard"),
|
||||||
},
|
},
|
||||||
zip_safe=False,
|
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