Skip to content

Commit 5feb445

Browse files
committed
Workaround lack of data files support in poetry
1 parent d9a544c commit 5feb445

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ flake8 = "*"
1616
pytest = "*"
1717
twine = "*"
1818

19-
[build-system]
20-
requires = ["poetry>=0.12"]
21-
build-backend = "poetry.masonry.api"
19+
# Use the default setuptools build system until poetry supports data files
20+
# https://github.com/python-poetry/poetry/issues/890
21+
# [build-system]
22+
# requires = ["poetry>=0.12"]
23+
# build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)