Skip to content

Commit

Permalink
fix: add new folders to packages list in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jun 7, 2024
1 parent f5fadd5 commit bbf564c
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 @@ -63,7 +63,7 @@ requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["pan3d", "pan3d.ui", "pan3d.catalogs"]
packages = ["pan3d", "pan3d.ui", "pan3d.ui.vue", "pan3d.ui.vue.module", "pan3d.catalogs"]

[tool.semantic_release]
version_variables = ["setup.py:__version__"]
Expand Down

0 comments on commit bbf564c

Please sign in to comment.