forked from percyfal/pytest-ngsfixtures
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (31 loc) · 691 Bytes
/
setup.cfg
File metadata and controls
38 lines (31 loc) · 691 Bytes
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
31
32
33
34
35
36
37
[bumpversion]
current_version = 0.4.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = alpha
values =
dev
alpha
beta
[bumpversion:part:dev]
[bumpversion:file:conda/meta.yaml]
search = "{current_version}"
replace = "{new_version}"
[bdist_wheel]
universal = 1
[flake8]
ignore = E501
exclude =
docs,
.snakemake
[versioneer]
VCS = git
versionfile_source = pytest_ngsfixtures/_version.py
versionfile_build = pytest_ngsfixtures/_version.py
tag_prefix =
parentdir_prefix = pytest_ngsfixtures-