Skip to content

Commit cbf9792

Browse files
committed
Don't use experimental backend.
1 parent 9cdc44d commit cbf9792

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
@@ -25,8 +25,6 @@ classifiers:
2525

2626
travis_pypi_secure: "GfAQOh0efX8gPqiDVvVL+XPn2IxXio+EWvlAdu6sCPayTAf/705TV5O/q6RdAFsB+ceHF+YbZIgao+vvm9F73cEBZhnrQuF3KFEP1MtVXsg/aerCBzIH7jG3lchSajovrBgB/Xeehk6Qszv9h6xMtj/gXTQ1FBXPkMlyLSmV/LqqZWfLIjnSbE+DZP78XYjdcNjZAUEtyPHvl1b4N+a3s5tXjppscoerlFxeNt5jOr+MU3w7S7MYHbinY51CwEo2D+Z9yuEZ0cNM/rIMk45BiQZaycR4Y5ZYrw+qCfcweiRrEsl9am3pVvfY3wn/RylzrwPPRfxvkF/ekgWYaX6NWLgUC5jr7+pH6y80Kz58d0uCV2dZWmCqUPJJ68EHglP2VYv+3muGGxBDVA68ony2jDIyUKXvW6tz2AlHTw+9JjXNUOkT89iU7Gpl1gH+A4Ng5qBrQW3RZivwWFnxuvZHrFi4ifaKtMNpTV0ZjNzrusqL/B3BGEcUJnAEajK+myxqsjQLLf0QJrJW4XoDgfLRxrPqe7zUgXO79mMBTkklBnl6EcBCCnxPpku7vASoO3Bmy2/PzhcVYprSY9SGmHQyalXMF1NeEXXRLjYRqFK1hqbB04Fg2EQqvBePU4u8FcjAu2ktIoow890UCYybhVChoAeipi1Pn8zAxG9+HopsYV0="
2727

28-
use_experimental_backend: true
29-
3028
conda_channels:
3129
- domdfcoding
3230
- conda-forge

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ deps =
7272
twine>=3.2.0
7373
pep517>=0.9.1
7474
check-wheel-contents>=0.1.0
75-
repo_helper
7675
commands =
7776
python -m pep517.build --source --binary "{toxinidir}"
7877
twine check dist/*

0 commit comments

Comments
 (0)