Skip to content

Commit

Permalink
remove custom scrapy module
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Sep 30, 2023
1 parent 3e7398a commit 0e3acb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ authors = ["Marc-Philipp Esser <[email protected]>"]
readme = "README.md"
packages = [
{include = "src"},
{include = "etl", from = "src"},
{include = "scraper", from = "src"}
{include = "etl", from = "src"}
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0e3acb8

Please sign in to comment.