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.
2 parents 893d02d + 3ebc046 commit 99ab1b7Copy full SHA for 99ab1b7
MANIFEST.in
@@ -0,0 +1,7 @@
1
+# stuff we need to include into the sdist is handled automatically by
2
+# setuptools_scm - it includes all git-committed files.
3
+# but we want to exclude some committed files/dirs not needed in the sdist:
4
+exclude .gitattributes .gitignore
5
+prune .github
6
+prune requirements.d
7
+
0 commit comments