Include pyproject.toml

This commit is contained in:
Timmy Welch 2023-04-26 15:32:06 -07:00
parent 05c2196fcf
commit 78ac274e31
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Build and install wheel
run: |
python -m build
tox run -m build
python -m pip install dist/*.whl
- name: tox

6
pyproject.toml Normal file
View File

@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
local_scheme = "no-local-version"