Skip to content

Commit f2cace6

Browse files
author
Agent Zero
committed
fix: Correct PyPI classifier
1 parent d7955e1 commit f2cace6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Developers",
1616
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
17-
"Topic :: Software Development :: Tools",
17+
"Topic :: Software Development :: Build Tools",
1818
"Topic :: System :: Networking",
1919
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python :: 3",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Development Status :: 4 - Beta",
2020
"Intended Audience :: Developers",
2121
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
22-
"Topic :: Software Development :: Tools",
22+
"Topic :: Software Development :: Build Tools",
2323
"Topic :: System :: Networking",
2424
"License :: OSI Approved :: MIT License",
2525
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)