# This specifies which files should be included, in addition to the default from setup.py

# Include, from root, .txt files (LICENSE, MANIFEST) and .rst files (README)
#include *.txt *.rst

# Include the data files
#recursive-include data *

# Include any .txt or .py file in subdirectory examples
#recursive-include examples *.txt *.py

# Exclude all files in the sub-trees starting at directories matching examples/sample?/build
#prune examples/sample?/build

# If using Python 2.6 or less, then have to include package data, even though
# it's already declared in setup.py
# include sample/*.dat






