summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 4949527557dbfa78d3d5185d73b568e432eb3342 (plain)
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
[bumpversion]
current_version = 1.1.2

[bumpversion:file:setup.py]

[bumpversion:file:pyproject.toml]

[bumpversion:file:sshuttle/version.py]

[aliases]
test = pytest

[bdist_wheel]
universal = 1

[upload]
sign = true
identity = 0x1784577F811F6EAC

[flake8]
count = true
show-source = true
statistics = true
max-line-length = 128

[tool:pytest]
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing