Skip to content

Commit

Permalink
➖ Depricate setuptools_scm and use bump2version instead
Browse files Browse the repository at this point in the history
This commit depricates the use of the setuptools_scm package for our
versioning. This was done due to bug
pypa/setuptools-scm#357. Bump2version will be
used instead.
  • Loading branch information
rickstaa committed Dec 3, 2020
1 parent 7386a49 commit 1ee46ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bumpversion]
current_version = 0.0.2
commit = True
tag = True

[bumpversion:file:setup.cfg]
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = simzoo
version = 0.0.2
description = A python package containing the machine_learning_control openai gym environments.
long_description = file: README.md, CHANGELOG.md, LICENSE.md
long_description_content_type=text/markdown
Expand Down Expand Up @@ -32,7 +33,7 @@ all =
%(build)s
dev =
pytest
bumpversion
bump2version
flake8
black
build =
Expand Down
4 changes: 0 additions & 4 deletions simzoo/version.py

This file was deleted.

0 comments on commit 1ee46ce

Please sign in to comment.