Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Sep 21, 2023
1 parent 9d8963c commit 11f4b43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[tox]
min_version = 4.0
envlist = flake8, py{37,38,39,310,311,312,py3}, docs,
mypy-py{38,39,310,311,312,py3}, coverage, pytest
skip_missing_interpreters = true
Expand Down Expand Up @@ -73,5 +74,5 @@ deps =
setuptools
wheel
build
commands =s
commands =
python -m build

0 comments on commit 11f4b43

Please sign in to comment.