forked from stlehmann/pyads
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got package to work as wanted using MANIFEST.in
- Loading branch information
1 parent
6246006
commit c0632f5
Showing
5 changed files
with
19 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "adslib"] | ||
path = src/pyads/adslib | ||
path = adslib | ||
url = https://github.com/stlehmann/ADS.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# | ||
# Recipe for extra files to pack for setuptools. | ||
# MANIFEST.in is a little outdated but the best solution to differentiate files between sdist and wheel builds. | ||
# | ||
|
||
graft adslib/ | ||
global-exclude *.a *.o *.obj *.bin *.so | ||
prune obj/ | ||
prune tests/ |
Submodule adslib
updated
from 000000 to a894d4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters