-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move sdk files into arch subfolders (#29)
* move files into arch subfolders * unignore * move windows * update manifest * rename windows folder * whoops
- Loading branch information
1 parent
1e2d45b
commit 891b1ba
Showing
26 changed files
with
12 additions
and
5 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 |
---|---|---|
|
@@ -115,4 +115,5 @@ src/nd2/_sdk/latest.c | |
|
||
# allow these | ||
!src/sdk/**/*.so | ||
!src/sdk/**/lib/ | ||
!src/sdk/**/*.a |
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,13 +1,15 @@ | ||
include src/nd2/py.typed | ||
recursive-include src/nd2 *.pyi | ||
recursive-include src/nd2 *.py *.py[ix] *.pxd | ||
|
||
graft src/sdk/*/lib | ||
graft src/sdk/*/include | ||
recursive-include src/sdk *.a *.h *.lib *.so *.txt LICENSE | ||
|
||
exclude .pre-commit-config.yaml .coveragerc | ||
exclude .pre-commit-config.yaml .coveragerc Makefile | ||
recursive-exclude tests * | ||
recursive-exclude .github * | ||
recursive-exclude scripts * | ||
recursive-exclude * __pycache__ | ||
recursive-exclude * *.py[co] | ||
recursive-exclude * *.c | ||
exclude Makefile |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.