Update pyproject.toml

pull/35/head
Cullen Watson 2023-09-03 11:07:57 -05:00 committed by GitHub
parent 39f675f3c8
commit b6305ee06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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/**/*"