8000
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 81fd728 commit c5eda47Copy full SHA for c5eda47
MANIFEST.in
@@ -35,6 +35,8 @@ include numpy/core/src/common/python_xerbla.c
35
# Adding build related files not found by distutils
36
recursive-include numpy/core/code_generators *.py *.txt
37
recursive-include numpy/core *.in *.h
38
+# Add f2py
39
+recursive-include numpy/f2py *.py *.c *.h *.template
40
# Add documentation and benchmarks: we don't use add_data_dir since we do not
41
# want to include this at installation, only for sdist-generated tarballs
42
# Docs:
0 commit comments