Skip to content

Commit

Permalink
find
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale committed Sep 17, 2024
1 parent 96de732 commit 669ab43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies = [
"Source Code" = "https://github.com/openclimatefix/Open-Source-Quartz-Solar-Forecast.git"

[tool.setuptools]
packages = ["quartz_solar_forecast"]

packages = { find = { include = ["quartz_solar_forecast*"] } }

[project.optional-dependencies]
dev = []
Expand All @@ -56,4 +55,4 @@ check-untyped-defs = true
warn-return-any = true
warn-unused-ignores = true
show-error-codes = true
warn-unreachable = true
warn-unreachable = true

0 comments on commit 669ab43

Please sign in to comment.