summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:35:51 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:53:40 +0100
commit3e846ad2b90d20d9b8f032b02da77002802014a1 (patch)
treef3e47e1270779003c09d9a04f94de9db037bd3fa /pyproject.toml
parenta7836478a1cc144108982e1de5b98557592df3d3 (diff)
downloadssg-3e846ad2b90d20d9b8f032b02da77002802014a1.tar.gz
ssg-3e846ad2b90d20d9b8f032b02da77002802014a1.tar.xz
ssg-3e846ad2b90d20d9b8f032b02da77002802014a1.zip
Specify development status classifier
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cf1c58c..fdaa4a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ dependencies = ["Jinja2 >= 3,< 4"]
authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}]
license = "MIT"
classifiers = [
+ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",