diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-07-17 22:37:48 +0700 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | 09d9af0c02861748c8b0c7ce788c4a5ee8d3d077 (patch) | |
tree | c5c95762ba31f5a86919c3f1d10ceb27388a4541 /pyproject.toml | |
parent | ef4bd3326e0b4389a1fc680019270a2435e8d077 (diff) | |
download | ssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.tar.gz ssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.tar.xz ssg-09d9af0c02861748c8b0c7ce788c4a5ee8d3d077.zip |
additional classifiers
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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", |