Skip to content

Commit

Permalink
Versioneer needs a commit for the version to change
Browse files Browse the repository at this point in the history
Versioneer is being irritating
  • Loading branch information
gentlegiantJGC committed Nov 8, 2020
1 parent c45b33b commit 7e17182
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import shutil
import versioneer


# there were issues with other builds carrying over their cache
for d in glob.glob("*.egg-info"):
shutil.rmtree(d)
Expand Down Expand Up @@ -45,7 +44,6 @@ def remove_git_and_http_package_links(uris):
)
]


setup(
name="amulet-core",
version=versioneer.get_version(),
Expand Down

0 comments on commit 7e17182

Please sign in to comment.