Skip to content

Commit

Permalink
Specify tool.setuptools.packages.find correctly (close #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-E-Rose committed Aug 29, 2024
1 parent 879bdac commit a6e846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ bug_tracker = "https://github.com/titipata/pubmed_parser/issues"
"pubmed_parser.data" = ["*.xml.gz", "*.nxml", "*.txt"]

[tool.setuptools.packages.find]
where = ["pubmed_parser"]
where = ["."]

[tool.setuptools_scm]

0 comments on commit a6e846d

Please sign in to comment.