Skip to content

Commit

Permalink
fix: build-backend set to legacy (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwei authored Jan 8, 2022
1 parent e37e75d commit 7faf99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junitparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
FloatAttr,
)

version = "2.4.1"
version = "2.4.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >=44.0", "wheel >=0.37"]
build-backend = "setuptools.build_meta"
requires = ["setuptools >=44.0", "wheel >=0.37", "future"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 7faf99f

Please sign in to comment.