Skip to content

Commit 72c2a10

Browse files
committed
build: Remove deprecated setup.py.
setup.py is no longer necessary when the project is installed with a PEP 517 compatible build. Pip has support for PEP 517 since v19.0. The setuptools documentation warns about removing setup.py when editable installations need to be possible. This shouldn't be an issue since editable installations are still possible with pip v21.1 or newer. [1] I don't think a bump of the minimal setuptools version is necessary for this change. Closes #283 [1] https://pip.pypa.io/en/stable/news/#v21-1 Signed-off-by: Michael Seifert <[email protected]>
1 parent 5a3ca7b commit 72c2a10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

-4
This file was deleted.

0 commit comments

Comments
 (0)