Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated setuptools with adslib in wheel distribution and pyproject.toml #426

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
fixup! Got package to work as wanted using MANIFEST.in
RobertoRoos committed Sep 25, 2024
commit 86d8a7ee3e355ead534e0af2ff4ccdec2ba0382c
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# MANIFEST.in is a little outdated but the best solution to differentiate files between sdist and wheel builds.
#

graft adslib/
graft adslib
global-exclude *.a *.o *.obj *.bin *.so
prune obj/
prune tests/
prune obj
prune tests