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.
1 parent e24239f commit 2967141Copy full SHA for 2967141
MANIFEST.in
@@ -15,3 +15,8 @@ exclude noxfile.py
15
16
prune .github
17
prune scripts
18
+prune tests/**/__pycache__
19
+prune tests/**/*.egg-info
20
+prune tests/**/build
21
+
22
+global-exclude *.so
0 commit comments