Skip to content

Commit cc67682

Browse files
committed
Try to find right license string for pypi
1 parent fa219b3 commit cc67682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fast-json-pointer"
33
version = "0.0.0" # See github workflow, version tags pulled automatically from git
44
description = "Implements RFC 6901 JSON pointers, and json-schema draft relative pointer resolution."
55
authors = ["Tristan Sweeney <sweeneytri@gmail.com>"]
6-
license = "GNU Lesser General Public License v3.0"
6+
license = "LGPLv3"
77
repository = "https://github.com/SlowAPI/py-json-pointer"
88
documentation = "https://py-json-pointer.readthedocs.io/en/latest/"
99
readme = "README.rst"

0 commit comments

Comments
 (0)