aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-17 10:06:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-17 10:06:20 -0500
commitfc61c27c1a96b371d9ffbafc2903aa045b4fab4e (patch)
treed396533d4c89a0dbe10e085644d34079287ff57d /setup.cfg
parentf423812ac13d67c2bda112bda6fab7dc7a3dab92 (diff)
downloadexternal_python_setuptools-fc61c27c1a96b371d9ffbafc2903aa045b4fab4e.tar.gz
external_python_setuptools-fc61c27c1a96b371d9ffbafc2903aa045b4fab4e.tar.bz2
external_python_setuptools-fc61c27c1a96b371d9ffbafc2903aa045b4fab4e.zip
Move bumpversion config to .bumpversion.cfg as it seems not to be possible to handle setup.cfg. Ref c4urself/bump2version#62.feature/version-in-cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 14245edd..7a0fac15 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,3 @@
-[bumpversion]
-current_version = 40.8.0
-commit = True
-tag = True
-
[egg_info]
tag_build = .post
tag_date = 1
@@ -25,6 +20,3 @@ universal = 1
[metadata]
license_file = LICENSE
version = 40.8.0
-
-[bumpversion:file:setup.cfg]
-