forked from verbosemode/confplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (22 loc) · 716 Bytes
/
setup.cfg
File metadata and controls
23 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = confplate
author = Jochen Bartl
author-email = jochenbartl@mailbox.org
summary = Config file generator based on Jinja2 templates
description-file = README.md
home-page = https://github.com/verbosemode/confplate
requires-python = >=2.7
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Programming Language :: Python
keywords = template
[entry_points]
console_scripts =
confplate = confplate:main