Skip to content

Commit 4c7eb46

Browse files
committed
Make the source directory pip-installable
1 parent 93f4328 commit 4c7eb46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ license = "ISC"
99
python = ">=3.4"
1010

1111
[tool.poetry.dev-dependencies]
12-
# Put dev dependencies in tox.ini, not here
12+
13+
14+
[build-system]
15+
requires = ["poetry>=0.12"]
16+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)