mirror of https://github.com/Bunsly/JobSpy
Update pyproject.toml
parent
39f675f3c8
commit
b6305ee06b
|
@ -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/**/*"
|
||||||
|
|
Loading…
Reference in New Issue