Skip to content

Commit

Permalink
Add PEP517 support so GitHub build works
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jan 13, 2021
1 parent 5f77656 commit 0a585ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.towncrier]
template = ".towncrier-template.rst"
underlines = ["-"]
Expand Down

0 comments on commit 0a585ef

Please sign in to comment.