mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
28 lines
409 B
INI
28 lines
409 B
INI
[bumpversion]
|
|
current_version = 1.2.0
|
|
|
|
[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
|