summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: f4be2cdf5402ff3ca8199051f683320ff049fc30 (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
[bumpversion]
current_version = 1.1.0

[bumpversion:file:setup.py]

[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