mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Build the package along with the data file for local use (#2118)
* fix: build the package along with the data file for local use * chore: set the package directory explicitly rather than dynamically
This commit is contained in:
parent
b83f5be912
commit
f8e3bd7e29
1 changed files with 3 additions and 0 deletions
|
@ -44,3 +44,6 @@ version = { attr = "sherlock.__version__" }
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
package-dir = {"" = "sherlock"}
|
package-dir = {"" = "sherlock"}
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"*" = ["*.json"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue