-
Notifications
You must be signed in to change notification settings - Fork 875
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maybe give setuptools-scm a chance, need really careful check of pack…
…age content
- Loading branch information
1 parent
605df2c
commit 50aeb2c
Showing
2 changed files
with
12 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Exclude entire directories | ||
prune .github/ | ||
prune dev_scripts/ | ||
prune docs/ | ||
prune examples/ | ||
prune tests/ | ||
|
||
# Exclude individual files | ||
exclude .* \ | ||
ADMIN.md CONTRIBUTING.md SECURITY.md \ | ||
CITATION.cff pdm.lock tasks.py |
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