1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-09 01:45:47 +01:00

Added python package setup and tox

This commit is contained in:
2019-10-28 19:13:04 +01:00
parent e22fac98fc
commit 57bf9556c7
3 changed files with 83 additions and 0 deletions

22
setup.cfg Normal file
View File

@@ -0,0 +1,22 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:ferrit/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[aliases]
# Define setup.py command aliases here