Skip to content

Commit 88e934e

Browse files
Copilotsingjc
andcommitted
Remove PyInstaller packaging scripts and dist-scripts
Co-authored-by: singjc <32938975+singjc@users.noreply.github.com>
1 parent 3a9404c commit 88e934e

8 files changed

Lines changed: 1 addition & 237 deletions

File tree

dist-scripts/create-manylinux.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

dist-scripts/manylinux.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

packaging/pyinstaller/hooks/hook-duckdb.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

packaging/pyinstaller/hooks/hook-pyopenms.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

packaging/pyinstaller/hooks/hook-xgboost.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

packaging/pyinstaller/hooks/hook.pyprophet.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

packaging/pyinstaller/run_pyprophet.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ parquet = ["pyarrow"]
6161
pyprophet = "pyprophet.main:cli"
6262

6363
[tool.setuptools]
64-
packages = { find = { where = ["."], exclude = ["tests*", "docs*", "examples*", "scripts*", "packaging*"] } }
64+
packages = { find = { where = ["."], exclude = ["tests*", "docs*", "examples*", "scripts*"] } }
6565
include-package-data = true
6666
zip-safe = false
6767

0 commit comments

Comments
 (0)