[ci] add pip install to readthedocs.yaml
[aubio.git] / MANIFEST.in
index 4b14a70..85edbdf 100644 (file)
@@ -1,6 +1,7 @@
 include AUTHORS COPYING README.md VERSION ChangeLog
 include python/README.md
 include this_version.py
+include waf_gensyms.py
 include waf
 recursive-include waflib *.py
 include Makefile wscript */wscript_build
@@ -9,7 +10,7 @@ include requirements.txt
 include src/*.c src/*.h
 include src/*/*.c src/*/*.h
 include examples/*.c examples/*.h
-include tests/*.h tests/*/*.c tests/*/*/*.c
+recursive-include tests *.h *.c *.py
 include python/ext/*.h
 recursive-include python *.py
 include python/README.md