forked from your-tools/python-cli-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (37 loc) · 684 Bytes
/
setup.cfg
File metadata and controls
43 lines (37 loc) · 684 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
40
41
42
43
[pycodestyle]
ignore=E221,E731
[metadata]
name = cli-ui
version = 0.9.1
long_description = file: README.rst
summary = Build Nice User Interfaces In The Terminal
url = https://github.com/TankerHQ/python-cli-ui
author = Dimitri Merejkowsky
classifiers =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
packages: find:
install_requires =
colorama
tabulate
unidecode
[options.extras_require]
dev =
# doc
sphinx
ghp-import
# linters
black
mypy==0.700
pyflakes
# tests
codecov
coverage
pytest
pytest-cov
# publish
twine
wheel