summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-07-17 22:37:48 +0700
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:53:40 +0100
commit09d9af0c02861748c8b0c7ce788c4a5ee8d3d077 (patch)
treec5c95762ba31f5a86919c3f1d10ceb27388a4541
parentef4bd3326e0b4389a1fc680019270a2435e8d077 (diff)
downloadssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.tar.gz
ssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.tar.xz
ssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.zip
additional classifiers
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 34d153c..2cbbdbc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,10 @@ authors = [
{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"},
]
classifiers = [
+ "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
+ "Programming Language :: Python :: 3",
+ "Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"Jinja2 >=3,<4",