Skip to content

Commit

Permalink
Merge pull request #126 from ethanwhite/pyproject-no-find
Browse files Browse the repository at this point in the history
Let setuptools automatically handle package discovery
  • Loading branch information
garezana authored May 8, 2024
2 parents 595e0a6 + 9109e38 commit eadd8a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@ requires-python = ">=3.6"
[project.scripts]
"offlinedatasci"="offlinedatasci:cli.main"

[tool.setuptools.packages]
find = {}

[tool.setuptools.package-data]
"*" = ["miniCran.R"]

0 comments on commit eadd8a3

Please sign in to comment.