We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cda11 commit ff8788fCopy full SHA for ff8788f
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
requires-python = ">=3.8"
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
17
"Operating System :: Microsoft :: Windows",
18
"Operating System :: POSIX :: Linux"
19
]
@@ -22,3 +22,4 @@ classifiers = [
22
Homepage = "https://github.com/clauspruefer/python-xml-microparser"
23
Issues = "https://github.com/clauspruefer/python-xml-microparser/issues"
24
Documentation = "https://pythondocs.webcodex.de/xml-microparser"
25
+Changelog = "https://github.com/clauspruefer/python-xml-microparser/CHANGELOG.md"
0 commit comments