mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
proj structure
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
[tool.poetry]
|
||||
name = "python-jobspy"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "Job scraper for LinkedIn, Indeed & ZipRecruiter"
|
||||
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
|
||||
readme = "README.md"
|
||||
|
||||
packages = [
|
||||
{ include = "jobspy", from = "src" }
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "^2.31.0"
|
||||
@@ -20,7 +24,4 @@ jupyter = "^1.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[[tool.poetry.packages]]
|
||||
include = "jobspy/**/*"
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user