Skip to content

Commit

Permalink
Fixed setuptools version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH authored Jul 4, 2020
1 parent d23a0fd commit 15c4deb
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=41", "wheel", "setuptools_scm[toml]>=3.4.3"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.3"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit 15c4deb

Please sign in to comment.