-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
51 lines (44 loc) · 1.39 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# [1-setup.cfg]
[bumpversion]
current_version = 2021.3.0
commit = False
tag = False
[bumpversion:file:README.rst]
[bumpversion:file:VERSION]
[bumpversion:file:__about__.py]
[bumpversion:file:docs/conf.py]
# ! [1-setup.cfg]
[bdist_wheel]
universal = 1
[metadata]
name = cookiecutter-cliffapp-template
description = Cookitcutter template for Python CLI app using the ``cliff`` framework
description_file = README.rst
author = Dave Dittrich
author_email = [email protected]
download_url = https://github.com/davedittrich/cookietcutter-cliffapp-template/tarball/master
url = https://github.com/davedittrich/cookiecutter-cliffapp-template
python_requires = >=3.6
license = Apache Software License 2.0
keywords =
cookiecutter
template
cliff
cli
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Security
Topic :: Software Development
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Installation/Setup
Topic :: Utilities