Skip to content

Commit

Permalink
BLD: explicitly name packages to be built by setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Feb 13, 2024
1 parent 9ea2e8b commit 8995c6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ homepage = "https://github.com/Jacob-Stevens-Haas/mitosis"
[project.scripts]
mitosis="mitosis.__main__:main"

[tool.setuptools]
packages = ["mitosis"]

[tool.setuptools_scm]

[tool.black]
Expand Down

0 comments on commit 8995c6e

Please sign in to comment.