Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
idocx committed Nov 14, 2023
1 parent c330375 commit 7dc78f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
global-include README.md
recursive-include *ui* *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ alabos = "alab_management.scripts.cli:cli"
include-package-data = true

[tool.setuptools.package-data]
alab_management = ["py.typed"]
alab_management = ["py.typed", "ui/**"]

[tool.setuptools.packages.find]
where = ["."]
Expand Down

0 comments on commit 7dc78f9

Please sign in to comment.