File: setup.cfg

package info (click to toggle)
sshuttle 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: python: 6,313; sh: 361; makefile: 161
file content (30 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
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
[bumpversion]
current_version = 1.3.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

[pycodestyle]
max-line-length = 128

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