summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-09-27 13:27:27 +0200
committerKarl Lorey <git@karllorey.com>2020-09-27 13:27:27 +0200
commitb018d338b9e0f9830639231212aeecf4fc3c638c (patch)
tree983b566e0256dc5c7f30cad1a5c1e95b4d8b28f6
parent5fc54bfb868d2f1e6f40f16cdef8a33b68fa7412 (diff)
Adapt bumpversion to black formatting
-rw-r--r--setup.cfg9
1 files changed, 4 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 3773326..2a59700 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,12 +4,12 @@ commit = True
tag = True
[bumpversion:file:setup.py]
-search = version='{current_version}'
-replace = version='{new_version}'
+search = version="{current_version}"
+replace = version="{new_version}"
[bumpversion:file:mlscraper/__init__.py]
-search = __version__ = '{current_version}'
-replace = __version__ = '{new_version}'
+search = __version__ = "{current_version}"
+replace = __version__ = "{new_version}"
[bdist_wheel]
universal = 1
@@ -18,7 +18,6 @@ universal = 1
exclude = docs
[aliases]
-# Define setup.py command aliases here
test = pytest
[tool:pytest]