GPy/MANIFEST.in

20 lines
400 B
Text
Raw Normal View History

2015-11-05 10:02:31 +00:00
# Documentation:
include doc/source/conf.py
include doc/source/index.rst
2015-11-07 09:00:00 +00:00
include doc/source/tuto*.rst
2015-11-06 14:59:02 +00:00
include README.md
2015-11-05 10:02:31 +00:00
# Data and config
2015-11-07 09:00:00 +00:00
#include *.json
2015-11-05 10:02:31 +00:00
include GPy/defaults.cfg
include GPy/installation.cfg
# Cython
2015-04-28 16:28:41 +01:00
recursive-include GPy *.c
recursive-include GPy *.so
recursive-include GPy *.pyx
2015-11-05 10:02:31 +00:00
# Testing
include GPy/testing/plotting_tests/baseline/*.png
include GPy/testing/pickle_test.pickle