Skip to content

Commit

Permalink
pyproject.toml: don't exclude qickdawg package (#22)
Browse files Browse the repository at this point in the history
"qick*" excludes the qickdawg package which should be installed.
  • Loading branch information
i-am-mounce authored Mar 20, 2024
2 parents 0497e68 + fb1a0f1 commit 0f77029
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 @@ -36,4 +36,4 @@ Repository = "https://github.com/sandialabs/qick-dawg.git"
version_variables = ["pyproject.toml:data.project.version"]

[tool.setuptools.packages.find]
exclude = ["qick*", "graphics*", "installation*", "jupyter_notebooks*"]
exclude = ["qick", "graphics*", "installation*", "jupyter_notebooks*"]

0 comments on commit 0f77029

Please sign in to comment.