Skip to content

Commit 650a2af

Browse files
committed
Move classifiers from setup.py
1 parent 35ca3c5 commit 650a2af

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ description = "Distributed web crawling with browsers"
1414
readme = "README.rst"
1515
requires-python = ">=3.9"
1616
classifiers = [
17+
"Development Status :: 5 - Production/Stable",
1718
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.9",
1820
"Operating System :: OS Independent",
21+
"Environment :: Console",
22+
"Topic :: Internet :: WWW/HTTP",
23+
"Topic :: System :: Archiving",
1924
]
2025
dependencies = [
2126
"PyYAML>=5.1",

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,4 @@ def find_package_data(package):
4646
"brozzler.dashboard": find_package_data("brozzler.dashboard"),
4747
},
4848
zip_safe=False,
49-
classifiers=[
50-
"Development Status :: 5 - Production/Stable",
51-
"Environment :: Console",
52-
"Programming Language :: Python :: 3.9",
53-
"Topic :: Internet :: WWW/HTTP",
54-
"Topic :: System :: Archiving",
55-
],
5649
)

0 commit comments

Comments
 (0)