Skip to content

Commit

Permalink
fix(datasets): fix including datasets in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
plechowicz committed Oct 10, 2024
1 parent 34e52ee commit b66bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ documentation = "https://w4k2.github.io/traffic-weaver/"
package-dir = { "" = "src" }

[tool.setuptools.package-data]
"traffic_weaver.datasets" = ["*.json"]
"traffic_weaver.datasets" = ["*.json", ".csv", ".md"]

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.in"] }
Expand Down

0 comments on commit b66bced

Please sign in to comment.