şunun yansıması https://github.com/pypa/pip
1
1
Çatalla 0

Explicitly specify build-backend in pyproject.toml (#7742)

Bu işleme şunda yer alıyor:
KOLANICH 2020-04-10 14:46:21 +00:00 işlemeyi yapan: GitHub
ebeveyn 8cca170ceb
işleme 3764736f20
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme

1
news/7740.trivial Normal dosya
Dosyayı Görüntüle

@ -0,0 +1 @@
Use PEP 517 layout by specifying ``build-backend``, so that ``pip`` can be built with tools (such as ``pep517``) that don't support the legacy layout.

Dosyayı Görüntüle

@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "pip"