mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-16 11:15:03 +00:00
Setup bumpversion config.
This commit is contained in:
parent
45c9cf89ad
commit
b73efeff32
1 changed files with 24 additions and 0 deletions
24
setup.cfg
Normal file
24
setup.cfg
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[bumpversion]
|
||||
current_version = 0.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
search = version='{current_version}'
|
||||
replace = version='{new_version}'
|
||||
|
||||
[bumpversion:file:fovea/__init__.py]
|
||||
search = __version__ = '{current_version}'
|
||||
replace = __version__ = '{new_version}'
|
||||
|
||||
[bumpversion:file:docs/conf.py]
|
||||
search = release = '{current_version}'
|
||||
replace = release = '{new_version}'
|
||||
|
||||
[bdist_wheel]
|
||||
universal = 1
|
||||
|
||||
[flake8]
|
||||
exclude = docs
|
||||
|
||||
[aliases]
|
||||
Loading…
Add table
Add a link
Reference in a new issue