diff options
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", |