Skip to content

Commit

Permalink
explicitly include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 25, 2024
1 parent 75d0bda commit ef7e689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Repository = "https://github.com/activitysim/sharrow"

[tool.setuptools]
packages = ["sharrow", "sharrow.utils"]
include-package-data = true

[tool.setuptools.package-data]
sharrow = ["*"]

[tool.setuptools_scm]
fallback_version = "1999"
Expand Down

0 comments on commit ef7e689

Please sign in to comment.