Skip to content

Commit

Permalink
Workaround broken setuptools_scm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Aug 27, 2021
1 parent 3b3d0c3 commit 5b4ca09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ classifiers =
zip_safe = False
include_package_data = True
packages = find:
setup_requires=setuptools_scm
setup_requires =
tomli
setuptools_scm
install_requires =
setuptools>=21.0.0
setuptools >= 21.0.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
name="cardano-clusterlib",
packages=find_packages(),
use_scm_version=True,
setup_requires=["setuptools_scm"],
)

0 comments on commit 5b4ca09

Please sign in to comment.