proj structure

This commit is contained in:
Cullen Watson
2023-09-03 12:05:50 -05:00
parent dafed42d58
commit 8579c8e985
11 changed files with 15 additions and 18 deletions

View File

@@ -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"