Update pyproject.toml

This commit is contained in:
Cullen Watson
2023-09-03 11:07:57 -05:00
committed by GitHub
parent 39f675f3c8
commit b6305ee06b

View File

@@ -21,3 +21,6 @@ jupyter = "^1.0.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[[tool.poetry.packages]]
include = "jobspy/**/*"