We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MANIFEST.in
sdist
1 parent f3793b7 commit 71e8849Copy full SHA for 71e8849
CHANGELOG.md
@@ -19,6 +19,7 @@
19
* Refactoring: Rename module names and references
20
* Format code with `black` and `isort`
21
* Improve inline documentation
22
+* Add `MANIFEST.in` to exclude specific files from `sdist` package
23
24
25
<a name="1.0.3"></a>
MANIFEST.in
@@ -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