Skip to content

Commit

Permalink
Revert "Add PEP 518 pyproject.toml."
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
whitequark committed Jul 1, 2020
1 parent 76c7e70 commit 416b253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -23,6 +23,7 @@ def local_scheme(version):
#long_description="""TODO""",
license="BSD",
python_requires="~=3.6",
setup_requires=["setuptools", "setuptools_scm"],
install_requires=[
"importlib_metadata; python_version<'3.8'", # for __version__ and nmigen._yosys
"importlib_resources; python_version<'3.9'", # for nmigen._yosys
Expand Down

0 comments on commit 416b253

Please sign in to comment.