Skip to content

Commit

Permalink
include tract source in package
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Mar 7, 2024
1 parent a3d41f3 commit 177a170
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions api/py/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__
build
mobilenet_v2_1.0.onnx.nnef.tgz
rust-workspace
dist

1 change: 0 additions & 1 deletion api/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy==1.26.4
shtools==3.12.2
setuptools==69.1.1
setuptools_rust==1.9.0
toml==0.10.2
2 changes: 1 addition & 1 deletion api/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
shutil.copytree(
"../..",
"rust-workspace",
ignore = shutil.ignore_patterns(".cached", "target", "rust-workspace", ".git", "issue-*", "cli", "api/py/*"),
ignore = shutil.ignore_patterns(".cached", "target", ".git", "issue-*", "cli", "py", ".travis", "assets"),
dirs_exist_ok = True
)

Expand Down

0 comments on commit 177a170

Please sign in to comment.