Skip to content

Commit 330cbb1

Browse files
committed
temporarily moving data/reports outside of src
1 parent 9fd62ac commit 330cbb1

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ dependencies = [
106106

107107
[tool.hatch.build.targets.wheel]
108108
packages = ["src/pfd_toolkit"]
109-
include = ["src/pfd_toolkit/data/*.csv"]
110109

111110
[project.urls]
112111
"Source" = "https://github.com/Sam-Osian/PFD-toolkit"

scripts/update_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pfd_toolkit import PFDScraper
1010
from pathlib import Path
1111

12-
DATA_PATH = Path("/src/pfd_toolkit/data/all_reports.csv")
12+
DATA_PATH = Path("/pdf_data/all_reports.csv")
1313

1414
# -- INITIALISE SCRAPER ENGINE --
1515
scraper = PFDScraper()

0 commit comments

Comments
 (0)