Skip to content

Commit 9fc817f

Browse files
committed
Don't use the experimental backend.
1 parent fa7619c commit 9fc817f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["repo-helper", "setuptools>=40.6.0", "wheel>=0.34.2"]
3-
build-backend = "repo_helper.build"
2+
requires = ["setuptools>=40.6.0", "wheel>=0.34.2"]
3+
build-backend = "setuptools.build_meta"

repo_helper.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,3 @@ intersphinx_mapping:
6767

6868
mypy_deps:
6969
- pprint36
70-
71-
use_experimental_backend: true

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ deps =
7474
twine>=3.2.0
7575
pep517>=0.9.1
7676
check-wheel-contents>=0.1.0
77-
repo_helper
7877
commands =
7978
python -m pep517.build --source --binary "{toxinidir}"
8079
twine check dist/*

0 commit comments

Comments
 (0)