We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde1a78 commit e1bae87Copy full SHA for e1bae87
pyproject.toml
@@ -7,6 +7,16 @@ name = "csspring"
7
authors= [
8
{ name = "Armen Michaeli", email = "[email protected]" },
9
]
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
+]
20
description = "A CSS parsing library"
21
dynamic = [ "version" ]
22
license = { file = "LICENSE.txt" }
0 commit comments