Skip to content

Commit

Permalink
Get rid of setup.py
Browse files Browse the repository at this point in the history
pypa/setuptools#1675 made it optional, and was merged in v40.9.0.

Signed-off-by: Ellen Marie Dash <[email protected]>
  • Loading branch information
nbraud authored and duckinator committed Jun 16, 2020
1 parent b820efb commit 64556cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
# Specify the required build system.
requires = ["setuptools", "wheel"]
# Setuptools 40.9.0+ requirement is necessary to get rid of setup.py; see
# https://github.com/pypa/setuptools/pull/1675
requires = ["setuptools >= 40.9.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.bork.zipapp]
Expand Down
6 changes: 0 additions & 6 deletions setup.py

This file was deleted.

0 comments on commit 64556cf

Please sign in to comment.