mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user