Skip to content

Commit

Permalink
Remove MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed May 6, 2024
1 parent 431dff7 commit 5496274
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

7 changes: 0 additions & 7 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,3 @@ if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
copy dist\numba_dpex*.whl %WHEELS_OUTPUT_FOLDER%
if errorlevel 1 exit 1
)

REM Delete artifacts from package
rd /s /q "%PREFIX%\__pycache__"
del "%PREFIX%\setup.py"
del "%PREFIX%\LICENSE"
del "%PREFIX%\README.md"
del "%PREFIX%\MANIFEST.in"
7 changes: 0 additions & 7 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ ${PYTHON} -m pip install dist/numba_dpex*.whl \
if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
cp dist/numba_dpex*.whl "${WHEELS_OUTPUT_FOLDER[@]}"
fi

# Delete artifacts from package
rm -rf "${PREFIX}/__pycache__"
rm "${PREFIX}/setup.py"
rm "${PREFIX}/LICENSE"
rm "${PREFIX}/README.md"
rm "${PREFIX}/MANIFEST.in"

0 comments on commit 5496274

Please sign in to comment.