Add the cmakefile to the manifest

This commit is contained in:
2019-04-01 09:01:45 +02:00
parent 35eeb07f08
commit d3937e1051

View File

@ -1,6 +1,7 @@
include setup.py
recursive-include python *.pyx *.pxd *.c *.h
recursive-include src *.c *.h
include src/CMakeLists.txt
recursive-include doc/sphinx/source *.txt *.rst *.py
recursive-include doc/sphinx/sphinxext *.py
include doc/sphinx/Makefile