Fix license in pyproject.toml
This commit is contained in:
parent
80428e1bbf
commit
f6b3e942d5
|
@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "gptc"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
description = "General-purpose text classifier"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Samuel Sloniker", email = "sam@kj7rrv.com"}]
|
||||
license = { file = "LICENSE" }
|
||||
license = {"GNU Lesser General Public License v3 or later (LGPLv3+)"}
|
||||
classifiers = [
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user