Skip to content

Commit

Permalink
Don't use the experimental backend (for now) due to its incompatibili…
Browse files Browse the repository at this point in the history
…ty with conda-build
  • Loading branch information
domdfcoding committed Dec 30, 2020
1 parent e1f571d commit d47e899
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["repo-helper", "setuptools>=40.6.0", "wheel>=0.34.2"]
build-backend = "repo_helper.build"
requires = ["setuptools>=40.6.0", "wheel>=0.34.2"]
build-backend = "setuptools.build_meta"
2 changes: 0 additions & 2 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ keywords:
- requirements
- documentation

use_experimental_backend: true

tox_unmanaged:
- flake8

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ deps =
twine>=3.2.0
pep517>=0.9.1
check-wheel-contents>=0.1.0
repo_helper
commands =
python -m pep517.build --source --binary "{toxinidir}"
twine check dist/*.tar.gz dist/*.whl
Expand Down

0 comments on commit d47e899

Please sign in to comment.