summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:34:36 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:53:40 +0100
commit035db3cf54c04c569c4b547721de601b1c7c242f (patch)
treefb56e1e9910ea71237e0879cdfa4b74c6bf93ce8 /pyproject.toml
parentd839cf7bcac6e50ea3afcff6e6ca7d49002f90b5 (diff)
downloadssg-035db3cf54c04c569c4b547721de601b1c7c242f.tar.gz
ssg-035db3cf54c04c569c4b547721de601b1c7c242f.tar.xz
ssg-035db3cf54c04c569c4b547721de601b1c7c242f.zip
Use license field rather than classifier
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 762920b..8c35ad0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,9 +6,9 @@ build-backend = "flit_core.buildapi"
name = "ssg"
dependencies = ["Jinja2 >= 3,< 4"]
authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}]
+license = "MIT"
classifiers = [
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]