sshuttle/setup.cfg

28 lines
409 B
INI
Raw Normal View History

2022-08-29 11:30:59 +02:00
[bumpversion]
2024-01-02 18:51:29 +01:00
current_version = 1.2.0
2022-08-29 11:30:59 +02:00
2022-09-06 00:16:24 +02:00
[bumpversion:file:setup.py]
[bumpversion:file:pyproject.toml]
2022-08-29 11:30:59 +02:00
[bumpversion:file:sshuttle/version.py]
2016-07-10 03:26:32 +02:00
[aliases]
2022-08-29 11:30:59 +02:00
test = pytest
2017-07-09 00:45:50 +02:00
[bdist_wheel]
universal = 1
[upload]
2022-08-29 11:30:59 +02:00
sign = true
identity = 0x1784577F811F6EAC
2018-10-17 09:12:04 +02:00
[flake8]
2022-08-29 11:30:59 +02:00
count = true
show-source = true
statistics = true
max-line-length = 128
2018-10-17 09:12:04 +02:00
[tool:pytest]
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing