Skip to content
Snippets Groups Projects
Commit 38809de7 authored by nimrod's avatar nimrod
Browse files

Some more classifiers and information.

parent dcb20253
No related branches found
No related tags found
No related merge requests found
Pipeline #932 passed
......@@ -17,6 +17,14 @@ Template
:target: https://pypistats.org/packages/template
:alt: PyPI Stats
|
.. image:: https://img.shields.io/pypi/implementation/template.svg
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/pyversions/template.svg
:alt: Supported Python versions
A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
templates and environment variables.
......
......@@ -15,7 +15,11 @@ setup(
license="AGPLv3+",
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", # noqa: E501 pylint: disable=line-too-long
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
......@@ -23,9 +27,10 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Text Processing",
"Topic :: Utilities",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", # noqa: E501 pylint: disable=line-too-long
],
keywords="config configuration jinja template environment",
packages=find_packages(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment