We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa219b3 commit cc67682Copy full SHA for cc67682
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "fast-json-pointer"
3
version = "0.0.0" # See github workflow, version tags pulled automatically from git
4
description = "Implements RFC 6901 JSON pointers, and json-schema draft relative pointer resolution."
5
authors = ["Tristan Sweeney <sweeneytri@gmail.com>"]
6
-license = "GNU Lesser General Public License v3.0"
+license = "LGPLv3"
7
repository = "https://github.com/SlowAPI/py-json-pointer"
8
documentation = "https://py-json-pointer.readthedocs.io/en/latest/"
9
readme = "README.rst"
0 commit comments