Skip to content

Commit

Permalink
Add some classifiers. Fix long description content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lyons committed May 10, 2022
1 parent b2100be commit 52b25d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -114,11 +114,19 @@
],
author="Andreas Jansson",
author_email="andreas@jansson.me.uk",
long_description_content_type="text/markdown",
description=(
"Render jinja2 templates on the command line using shell environment variables"
),
license="GPL v3",
keywords="template environment variables parameter substitution shell jinja2 docker",
long_description=long_description,
classifiers=[
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.10"
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
],
url="https://github.com/andreasjansson/envtpl",
)

0 comments on commit 52b25d5

Please sign in to comment.