We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214dc04 commit b357448Copy full SHA for b357448
pyproject.toml
@@ -176,6 +176,10 @@ markers = [
176
requires = ["poetry-core>=1.3.2"]
177
build-backend = "poetry.core.masonry.api"
178
179
+# poetry-core (PR #318) stopped generating setup.py by default, this enables it again.
180
+[tool.poetry.build]
181
+generate-setup-file = true
182
+
183
# NOTE
184
# As of now, Feb 2020, flake8 don't support pyproject
185
# For latest: https://github.com/flying-sheep/awesome-python-packaging
0 commit comments