diff --git a/README.md b/README.md index f412f7e..5150490 100644 --- a/README.md +++ b/README.md @@ -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_ diff --git a/pyproject.toml b/pyproject.toml index 79aaf85..348c07f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Cullen Watson "]