forked from irmen/Tale
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (22 loc) · 492 Bytes
/
setup.cfg
File metadata and controls
29 lines (22 loc) · 492 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
[metadata]
license = LGPL3
license_file = LICENSE.txt
[bdist_rpm]
doc_files = LICENSE.txt
[build_sphinx]
source-dir = docs/source
build-dir = build/sphinx
[upload_sphinx]
upload-dir = build/sphinx/html
[aliases]
test=pytest
[wheel]
universal = 0
[pycodestyle]
max-line-length = 140
exclude = .git,__pycache__,.tox,.eggs,docs,tests,build,dist
ignore = E701, E241, E252, E722
[flake8]
max-line-length = 140
exclude = .git,__pycache__,.tox,.eggs,docs,tests,build,dist
ignore = E701, E241