Skip to content

Commit

Permalink
Use pypa/build instead of pypa/pep517
Browse files Browse the repository at this point in the history
pep517 is no longer recommended for high-level usage.
  • Loading branch information
liskin committed Nov 5, 2021
1 parent c366df4 commit c887d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ README.md: $(CRAM_TARGETS)
.PHONY: dist
dist: $(VENV_DONE)
rm -rf dist/
$(VENV_PYTHON) -m pep517.build --source --binary --out-dir dist .
$(VENV_PYTHON) -m build --outdir dist

.PHONY: twine-upload
twine-upload: dist
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ tests_require =

[options.extras_require]
dev =
build >= 0.7
cram
flake8 >= 3.7
isort >= 5.0
mypy >= 0.730
pep517
twine
types-PyYAML
types-click
Expand Down

0 comments on commit c887d71

Please sign in to comment.