Skip to content

Commit

Permalink
Allow building with setuptools_scm 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jan 11, 2021
1 parent 7f13cf6 commit 9151ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools >= 40.0.4",
"setuptools_scm >= 2.0.0, <4",
"setuptools_scm >= 2.0.0, <6",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'
Expand Down

0 comments on commit 9151ae3

Please sign in to comment.