Skip to content

Commit

Permalink
Merge pull request #60 from lpsinger/pyproject.toml
Browse files Browse the repository at this point in the history
Add pyproject.toml file for PEP 517 builds
  • Loading branch information
cnweaver authored Sep 22, 2022
2 parents 869b19d + 9b59f7e commit 834b78f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@
extras_require={
"dev": dev_requires,
},
setup_requires=['setuptools_scm'],
use_scm_version=True,
zip_safe=False)

0 comments on commit 834b78f

Please sign in to comment.