File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,13 @@ description = "Distributed web crawling with browsers"
1414readme = " README.rst"
1515requires-python = " >=3.9"
1616classifiers = [
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]
2025dependencies = [
2126 " PyYAML>=5.1" ,
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments