From 0bbd3ec0433e2a9a8f3e1606fc271456551dc16f Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sun, 3 Sep 2023 10:15:30 -0500 Subject: [PATCH] update package name --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]