Skip to content

Commit

Permalink
folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 8, 2022
1 parent daf4390 commit dec5843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Expand Up @@ -30,9 +30,12 @@ files = [
"src/lightning_lite",
"src/lightning_app",
]
# This section is for folders with "-" as they are not valid python modules
exclude = [
"src/lightning_app/cli/app-template",
"src/lightning_app/cli/component-template",
"src/lightning_app/cli/*-template",
"src/lightning_app/cli/pl-app-template",
"src/lightning_app/cli/react-ui-template",
]
install_types = "True"
non_interactive = "True"
Expand Down

0 comments on commit dec5843

Please sign in to comment.