forked from hltcoe/concrete-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (33 loc) · 714 Bytes
/
setup.cfg
File metadata and controls
34 lines (33 loc) · 714 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
[zest.releaser]
python-file-with-version = concrete/version.py
[flake8]
max_line_length = 99
exclude =
build,
__cache__,
.eggs,
.git,
.tox,
setup.py,
concrete/access/*,
concrete/annotate/*,
concrete/audio/*,
concrete/clustering/*,
concrete/communication/*,
concrete/context/*,
concrete/email/*,
concrete/entities/*,
concrete/exceptions/*,
concrete/language/*,
concrete/learn/*,
concrete/linking/*,
concrete/metadata/*,
concrete/nitf/*,
concrete/search/*,
concrete/services/*,
concrete/situations/*,
concrete/spans/*,
concrete/summarization/*,
concrete/structure/*,
concrete/twitter/*,
concrete/uuid/*