-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (25 loc) · 843 Bytes
/
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
[metadata]
name = subparsers best practice
author = Open Telekom Cloud - Ecosystem Squad
author_email = [email protected]
description = Code examples of using subparsers in Python as best practice.
description_file =
README.md
home_page = https://github.com/tischrei/subparsers_best_practice
classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = subparsers, python
[options]
packages = source
[options.entry_points]
console_scripts =
mytool = source.run:main