summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6d04f593c..0a2c923f1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,13 +5,9 @@ recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.sty
recursive-include examples *.py *.xml
recursive-include test *.py *.dat *.testpatch
-# include the c extensions, which otherwise
+# include the pyx and pxd extensions, which otherwise
# don't come in if --with-cextensions isn't specified.
-recursive-include lib *.c *.txt
+recursive-include lib *.pyx *.pxd *.txt
include README* AUTHORS LICENSE CHANGES* tox.ini
prune doc/build/output
-
-# don't include pyproject.toml until we
-# have explicitly built a pep-517 backend
-exclude pyproject.toml