Skip to content

Commit

Permalink
build(setup): switch to setuptools-git-ver to avoid possible tagging …
Browse files Browse the repository at this point in the history
…issues on dirty branches
  • Loading branch information
matfax committed Oct 29, 2019
1 parent 91e94aa commit 213d3a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
name="mutapath",
packages=find_packages(),
version_config={
"version_format": "{tag}",
"starting_version": "0.1.0"
"template": "{tag}",
"dev_template": "{tag}.dev{ccount}+git.{sha}",
"dirty_template": "{tag}",
},
license="lgpl-3.0",
description="Mutable Pathlib",
Expand All @@ -19,7 +20,7 @@
author_email="matthias.fax@gmail.com",
url="https://github.com/matfax/mutapath",
keywords=["pathlib", "mutable", "path"],
setup_requires=["better-setuptools-git-version"],
setup_requires=["setuptools-git-ver"],
install_requires=get_dependencies(),
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 213d3a5

Please sign in to comment.