Skip to content

Commit 71e8849

Browse files
committed
Add MANIFEST.in to exclude specific files from sdist package
1 parent f3793b7 commit 71e8849

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Refactoring: Rename module names and references
2020
* Format code with `black` and `isort`
2121
* Improve inline documentation
22+
* Add `MANIFEST.in` to exclude specific files from `sdist` package
2223

2324

2425
<a name="1.0.3"></a>

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# `setuptools_scm` already includes all files tracked by Git.
2+
# This explicitly excludes specific committed files not needed in the sdist package.
3+
exclude .gitattributes .gitignore Makefile CODEOWNERS
4+
prune .github

0 commit comments

Comments
 (0)