GPy/MANIFEST.in

25 lines
469 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
include README.rst
2016-04-01 22:51:46 +01:00
include AUTHORS.txt
2015-11-05 10:02:31 +00:00
# Data and config
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
#include GPy/testing/baseline/*.png
#include GPy/testing/pickle_test.pickle