-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (21 loc) · 764 Bytes
/
setup.cfg
File metadata and controls
23 lines (21 loc) · 764 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]
author = James Lan
author_email = jameslan@gmail.com
description = setuptools plugin to configure the dependency among commands
long_description_content_type = text/markdown
license = Apache License 2.0
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
[options]
python_requires = >=3.5
[options.entry_points]
distutils.setup_keywords =
cmd_deps = setuptools_cmd_deps:cmd_deps
setuptools.finalize_distribution_options =
initialize_cmd_deps = setuptools_cmd_deps:finalize_cmd_deps