diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:34:36 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | 035db3cf54c04c569c4b547721de601b1c7c242f (patch) | |
tree | fb56e1e9910ea71237e0879cdfa4b74c6bf93ce8 /pyproject.toml | |
parent | d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5 (diff) | |
download | ssg-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.toml | 2 |
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", ] |