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

Some more classifiers and information.

parent dcb20253
Branches
Tags
No related merge requests found
Pipeline #932 passed
...@@ -17,6 +17,14 @@ Template ...@@ -17,6 +17,14 @@ Template
:target: https://pypistats.org/packages/template :target: https://pypistats.org/packages/template
:alt: PyPI Stats :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/>`_ A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
templates and environment variables. templates and environment variables.
......
...@@ -15,7 +15,11 @@ setup( ...@@ -15,7 +15,11 @@ setup(
license="AGPLv3+", license="AGPLv3+",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers", "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",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
...@@ -23,9 +27,10 @@ setup( ...@@ -23,9 +27,10 @@ setup(
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Intended Audience :: System Administrators", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Text Processing",
"Topic :: Utilities", "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", keywords="config configuration jinja template environment",
packages=find_packages(), packages=find_packages(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment