Skip to content

Commit

Permalink
Explicitly set package
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Oct 25, 2024
1 parent a8c949c commit 5235df8
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 @@ -34,6 +34,9 @@ pythonpath = [
"."
]

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

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies = {optional = {file = ["optional_requirements.txt"]}}

0 comments on commit 5235df8

Please sign in to comment.