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
|
2016-04-01 22:51:46 +01:00
|
|
|
include AUTHORS.txt
|
2015-11-05 10:02:31 +00:00
|
|
|
|
|
|
|
|
# Data and config
|
2015-11-07 11:02:34 +00:00
|
|
|
recursive-include GPy *.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
|
2015-11-20 14:49:31 +00:00
|
|
|
recursive-include GPy *.h
|
2015-04-28 16:28:41 +01:00
|
|
|
recursive-include GPy *.pyx
|
2015-11-05 10:02:31 +00:00
|
|
|
|
2017-06-05 20:17:31 +02:00
|
|
|
# LICENSE
|
|
|
|
|
include LICENSE.txt
|
|
|
|
|
|
2015-11-05 10:02:31 +00:00
|
|
|
# Testing
|
2016-04-04 08:30:50 +01:00
|
|
|
#include GPy/testing/baseline/*.png
|
2015-11-07 10:46:17 +00:00
|
|
|
#include GPy/testing/pickle_test.pickle
|