Remove setuptools from pyproject.toml (#446)

pull/451/head
Theodore Ni 2023-11-26 22:19:03 -08:00 zatwierdzone przez GitHub
rodzic 74d7614f85
commit e6347dfe39
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -3,9 +3,7 @@
# "No apps associated with package UNKNOWN or its dependencies."
[build-system]
# "setuptools" is required to make `pip install .` work, due to
# https://github.com/python-poetry/poetry/issues/3153#issuecomment-727196619 .
requires = ["setuptools", "poetry_core>=1.0.0"]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]