-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (34 loc) · 866 Bytes
/
setup.cfg
File metadata and controls
39 lines (34 loc) · 866 Bytes
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
[metadata]
name = ilcli
version = attr: ilcli.__version__
description = i like command-line interfaces
author = Cloudant Infrastructure
author_email = cloudant-infrateam@wwpdl.vnet.ibm.com
url = https://github.com/cloudant/ilcli
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
long_description = https://cloudant.github.io/ilcli
[options]
packages = find:
[options.packages.find]
exclude =
test
[bdist_wheel]
universal = 1
[options.extras_require]
dev =
pytest>=5.4.3
pytest-cov>=2.10.0
bandit>=1.5.0
Sphinx>=1.7.2
sphinxcontrib-programoutput>=0.11
flake8>=3.5.0
flake8-import-order>=0.0.11
setuptools
wheel
twine