Skip to content

Commit e1bae87

Browse files
committed
packaging: Add a set of classifiers for PyPi
I suspect that these will help with discoverability of the package on PyPi. I used http://pypi.org/classifiers as reference.
1 parent fde1a78 commit e1bae87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ name = "csspring"
77
authors= [
88
{ name = "Armen Michaeli", email = "[email protected]" },
99
]
10+
classifiers = [
11+
"Development Status :: 5 - Production/Stable",
12+
"Environment :: Console",
13+
"Intended Audience :: Developers",
14+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
15+
"Operating System :: POSIX",
16+
"Programming Language :: Python :: 3",
17+
"Topic :: Software Development :: Libraries",
18+
"Topic :: Text Processing"
19+
]
1020
description = "A CSS parsing library"
1121
dynamic = [ "version" ]
1222
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)