Skip to content

Commit

Permalink
Fix install incompatibility on Python 2. Fixes #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 9, 2023
1 parent 46d66f1 commit ea1d293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/20.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Restored install compatibilty on Python 2.
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>=56", "setuptools_scm[toml]>=3.4.1"]
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down

0 comments on commit ea1d293

Please sign in to comment.