chore: pip install support

having build-system config helps installing  this without setup.py built
This commit is contained in:
Noortheen Raja
2022-07-05 21:53:27 +05:30
committed by GDay
parent c59f036158
commit 596842e692

View File

@@ -79,3 +79,7 @@ sentry = ["django-q-sentry"]
[tool.isort]
profile = "black"
multi_line_output = 3
[build-system]
requires = ["poetry-core>=1.0.8"]
build-backend = "poetry.core.masonry.api"