-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (35 loc) · 867 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
28
29
30
31
32
33
34
35
36
37
[metadata]
name = nested_argparse
version = 0.1.2
author = Stephen Zhao
author_email = [email protected]
description = A python module that extends argparser to create nested namespace trees for subparsers.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
url = https://github.com/stephen-zhao/nested_argparse
keywords =
argparse
nested
namespace
subparser
conflict
parser
cli
command
subcommand
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
[options]
packages = find:
package_dir =
=src
python_requires = >=3.6
[options.packages.find]
where = src