diff --git a/pyproject.toml b/pyproject.toml index 26855c1..a72f233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,8 @@ dependencies = [ 'pyqtdarktheme', ] +[tool.hatch.build.targets.wheel] +packages = ["cutie"] [project.urls] "Homepage" = "https://github.com/hkchengrex/Cutie"