Skip to content

Commit 7698463

Browse files
[LICENSING] Updates license in pyproject to MIT
Was GNU GPL
1 parent 60af3ca commit 7698463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
1919
"Operating System :: OS Independent",
20-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
20+
"License :: OSI Approved :: MIT License"
2121
]
22-
keywords = ["locstat", "locstat", "py-locstat", "loc"]
22+
keywords = ["locstat", "py-locstat", "loc"]
2323

2424
[project.optional-dependencies]
2525
dev = ["pytest", "build"]

0 commit comments

Comments
 (0)