summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg28
1 files changed, 13 insertions, 15 deletions
diff --git a/setup.cfg b/setup.cfg
index 13b832e..784a9a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.4.0
+current_version = 5.4.1
commit = True
tag = True
tag_name = {new_version}
@@ -54,17 +54,15 @@ max-line-length = 89
import-order-style = pycharm
doctests = True
max-complexity = 10
-exclude =
- natsort.egg-info,
- .tox,
- .cache,
- .git,
- __pycache__,
- build,
- dist,
- # This has mostly auto-generated code
- docs,
- # Let's not check library code
- .venv,
- # This file simply has too many intentional errors
- natsort/compat/py23.py \ No newline at end of file
+exclude =
+ natsort.egg-info,
+ .tox,
+ .cache,
+ .git,
+ __pycache__,
+ build,
+ dist,
+ docs,
+ .venv,
+ natsort/compat/py23.py
+