Skip to content

Commit

Permalink
Adjusted to build package in own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsonfsilva committed Jun 1, 2024
1 parent e5ad3c4 commit fd3f1f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ classifiers = [

[tool.setuptools.dynamic]
dependencies = { file = [ "requirements.txt" ] }
version = { attr = "sherlock.__version__" }
version = { attr = "sherlock.sherlock.__version__" }

[tool.setuptools]
package-dir = {"" = "sherlock"}
[tool.setuptools.packages.find]
where = ["."]
include = ["sherlock", "sherlock.resources"]

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

0 comments on commit fd3f1f4

Please sign in to comment.