update package name

pull/35/head
Cullen Watson 2023-09-03 10:15:30 -05:00
parent bd6122ebe7
commit 0bbd3ec043
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
- Aggregates the job postings in a Pandas DataFrame
### Installation
`pip install jobscrape`
`pip install python-jobspy`
_Python version >= [3.10](https://www.python.org/downloads/release/python-3100/) required_

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "jobscrape"
name = "python-jobspy"
version = "0.1.0"
description = "Job scraper for LinkedIn, Indeed & ZipRecruiter"
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]