-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py: avoid generating cython modules during sdist build
Since the build process now always generates new C modules instead of using bundled versions, skip creating them during the sdist process.
- Loading branch information
Showing
2 changed files
with
16 additions
and
13 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,8 +1,6 @@ | ||
# all vcs-tracked files are auto-included by setuptools_scm | ||
# include bundled test data | ||
recursive-include testdata * | ||
# exclude cython-generated files | ||
recursive-exclude src/pkgcraft *.c | ||
# drop git-related files | ||
global-exclude .git* | ||
prune .github |
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