summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rwxr-xr-xpyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b6a8704..32e0b2b 100755
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,7 @@ build-backend = "hatchling.build"
[project]
name = "ute_wrapper"
-version = "1.0.1"
+version = "1.0.2"
authors = [
{ name="Roger Gonzalez", email="roger@rogs.me" },
]
@@ -55,7 +55,7 @@ dependencies = [
]
readme = "README.md"
requires-python = ">=3.7"
-license = {file = "LICENSE"}
+license = {text = "GPL version 3"}
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",