diff --git a/python_jobspy/jobspy/__init__.py b/jobspy/__init__.py similarity index 100% rename from python_jobspy/jobspy/__init__.py rename to jobspy/__init__.py diff --git a/python_jobspy/jobspy/core/__init__.py b/jobspy/core/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/__init__.py rename to jobspy/core/__init__.py diff --git a/python_jobspy/jobspy/core/jobs/__init__.py b/jobspy/core/jobs/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/jobs/__init__.py rename to jobspy/core/jobs/__init__.py diff --git a/python_jobspy/jobspy/core/scrapers/__init__.py b/jobspy/core/scrapers/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/scrapers/__init__.py rename to jobspy/core/scrapers/__init__.py diff --git a/python_jobspy/jobspy/core/scrapers/indeed/__init__.py b/jobspy/core/scrapers/indeed/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/scrapers/indeed/__init__.py rename to jobspy/core/scrapers/indeed/__init__.py diff --git a/python_jobspy/jobspy/core/scrapers/linkedin/__init__.py b/jobspy/core/scrapers/linkedin/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/scrapers/linkedin/__init__.py rename to jobspy/core/scrapers/linkedin/__init__.py diff --git a/python_jobspy/jobspy/core/scrapers/ziprecruiter/__init__.py b/jobspy/core/scrapers/ziprecruiter/__init__.py similarity index 100% rename from python_jobspy/jobspy/core/scrapers/ziprecruiter/__init__.py rename to jobspy/core/scrapers/ziprecruiter/__init__.py diff --git a/python_jobspy/tests/__init__.py b/jobspy/tests/__init__.py similarity index 100% rename from python_jobspy/tests/__init__.py rename to jobspy/tests/__init__.py diff --git a/python_jobspy/tests/test_indeed.py b/jobspy/tests/test_indeed.py similarity index 100% rename from python_jobspy/tests/test_indeed.py rename to jobspy/tests/test_indeed.py diff --git a/python_jobspy/tests/test_ziprecruiter.py b/jobspy/tests/test_ziprecruiter.py similarity index 100% rename from python_jobspy/tests/test_ziprecruiter.py rename to jobspy/tests/test_ziprecruiter.py diff --git a/pyproject.toml b/pyproject.toml index 348c07f..f1768e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ jupyter = "^1.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[[tool.poetry.packages]] +include = "jobspy/**/*" \ No newline at end of file