-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
71 lines (65 loc) · 1.97 KB
/
setup.cfg
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[metadata]
name = karp-backend-5
summary = Backend for Karp
author = Språkbanken at the University of Gothenburg
author_email = sb-info@svenska.gu.se
maintainer = Språkbanken
maintainer_email = sb-info@svenska.gu.se
description-file = README.md
description-content-type = text/markdown
home-page = https://github.com/spraakbanken/karp-backend-v5
project_urls =
Bug Tracker = https://github.com/spraakbanken/karp-backend-v5/issues
# Documentation = https://github.
Source Code = https://github.com/spraakbanken/karp-backend-v5
license = MIT
classifier =
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: Unix
Operating System :: POSIX
# Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
# uncomment if you test on these interpreters:
# 'Programming Language :: Python :: Implementation :: IronPython',
# 'Programming Language :: Python :: Implementation :: Jython',
# 'Programming Language :: Python :: Implementation :: Stackless',
Topic :: Utilities
[files]
packages =
karp5
data_files =
karp5/html = karp5/html/*
[extras]
dev =
black
bump2version
test =
pytest
pytest-cov
codecov
elasticsearch_test-py
pylint
hypothesis
attrs>=19.2
flake8
[tool:pytest]
testpaths = karp5/tests
junit_family = legacy
# addopts = --cov-config=setup.cfg --cov=karp5 --cov-report=term-missing
[coverage:run]
branch = true
source =
karp5
omit = karp5/tests/*
[pycodestyle]
max-line-length=120
[flake8]
max-line-length=120