Skip to content

Commit

Permalink
Build the package along with the data file for local use (sherlock-pr…
Browse files Browse the repository at this point in the history
…oject#2118)

* fix: build the package along with the data file for local use

* chore: set the package directory explicitly rather than dynamically
  • Loading branch information
matheusfelipeog authored May 11, 2024
1 parent b83f5be commit f8e3bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ version = { attr = "sherlock.__version__" }

[tool.setuptools]
package-dir = {"" = "sherlock"}

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

0 comments on commit f8e3bd7

Please sign in to comment.