2015-05-26 10:37:26 +02:00
|
|
|
include setup.py
|
2019-03-29 16:58:45 +01:00
|
|
|
recursive-include python *.pyx *.pxd *.c *.h
|
2015-05-26 10:39:28 +02:00
|
|
|
recursive-include src *.c *.h
|
2019-04-01 09:01:45 +02:00
|
|
|
include src/CMakeLists.txt
|
2015-05-26 10:37:26 +02:00
|
|
|
recursive-include doc/sphinx/source *.txt *.rst *.py
|
|
|
|
recursive-include doc/sphinx/sphinxext *.py
|
|
|
|
include doc/sphinx/Makefile
|
2015-05-26 10:39:28 +02:00
|
|
|
include doc/sphinx/Doxyfile
|
2020-05-20 10:29:12 +02:00
|
|
|
include README.md
|
2015-05-26 10:37:26 +02:00
|
|
|
include requirements.txt
|
2019-03-29 16:55:23 +01:00
|
|
|
include scripts/obi
|
2015-05-26 10:37:26 +02:00
|
|
|
|