Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Dec 11, 2023
1 parent 68cacec commit 8ccfeeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@

# build MANIFEST.in from tools/packages/taipy*/MANIFEST.in
with open(root_folder / "MANIFEST.in", "w") as man:
for pman in [dir / "MANIFEST.in" for dir in (root_folder / "tools" / "packages").iterdir() if dir.is_dir() and dir.stem.startswith("taipy")]:
for pman in [
dir / "MANIFEST.in"
for dir in (root_folder / "tools" / "packages").iterdir()
if dir.is_dir() and dir.stem.startswith("taipy")
]:
man.write(pman.read_text("UTF-8"))


Expand Down

0 comments on commit 8ccfeeb

Please sign in to comment.