Skip to content

Commit 416b253

Browse files
committed
Revert "Add PEP 518 pyproject.toml."
This reverts commit 7fca037. This broke editable installs and has to be reverted due to a number of pip issues: * pypa/pip#6375 * pypa/pip#6434 * pypa/pip#6438 We can put this back once PEP 517/518 support editable installs. Until then the legacy behavior will suffice, and we should just teach people to install the dependencies in virtualenvs or something...
1 parent 76c7e70 commit 416b253

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def local_scheme(version):
2323
#long_description="""TODO""",
2424
license="BSD",
2525
python_requires="~=3.6",
26+
setup_requires=["setuptools", "setuptools_scm"],
2627
install_requires=[
2728
"importlib_metadata; python_version<'3.8'", # for __version__ and nmigen._yosys
2829
"importlib_resources; python_version<'3.9'", # for nmigen._yosys

0 commit comments

Comments
 (0)