Include pyproject.toml
This commit is contained in:
parent
05c2196fcf
commit
78ac274e31
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and install wheel
|
- name: Build and install wheel
|
||||||
run: |
|
run: |
|
||||||
python -m build
|
tox run -m build
|
||||||
python -m pip install dist/*.whl
|
python -m pip install dist/*.whl
|
||||||
|
|
||||||
- name: tox
|
- name: tox
|
||||||
|
6
pyproject.toml
Normal file
6
pyproject.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user