Skip to content

Commit

Permalink
Try package discovery with tool.setuptools.packages.find
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Oct 11, 2024
1 parent 2c20aaa commit fcd63cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["einx"]
[tool.setuptools.packages.find]
exclude = ["mlx"]

[project]
name = "einx"
Expand Down

0 comments on commit fcd63cf

Please sign in to comment.