2022-08-29 11:30:59 +02:00
|
|
|
[bumpversion]
|
2024-02-19 01:21:39 +01:00
|
|
|
current_version = 1.1.2
|
2022-08-29 11:30:59 +02:00
|
|
|
|
2022-09-06 00:16:24 +02:00
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
|
2024-02-19 01:02:04 +01:00
|
|
|
[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
|
|
|
|
2019-02-10 23:59:13 +01:00
|
|
|
[flake8]
|
2022-08-29 11:30:59 +02:00
|
|
|
count = true
|
|
|
|
show-source = true
|
|
|
|
statistics = true
|
|
|
|
max-line-length = 128
|
2019-02-10 23:59:13 +01:00
|
|
|
|
2018-10-17 09:12:04 +02:00
|
|
|
[tool:pytest]
|
|
|
|
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|