Specify build system in pyproject.toml (#131)

Otherwise, trying to build the project with a tool like gpep517 or build
results in using the setuptools legacy backend instead
This commit is contained in:
Patrycja
2023-10-19 22:05:16 +02:00
committed by GitHub
parent e3be22ac63
commit 503127233f

View File

@@ -1,3 +1,7 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "django-q2"
version = "1.6.1"