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
pull/2119/head
Matheus Felipe 3 weeks ago committed by GitHub
parent b83f5be912
commit f8e3bd7e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,3 +44,6 @@ version = { attr = "sherlock.__version__" }
[tool.setuptools]
package-dir = {"" = "sherlock"}
[tool.setuptools.package-data]
"*" = ["*.json"]

Loading…
Cancel
Save