Waveform Database Software Package (WFDB) for Python 3.3.0

File: <base>/MANIFEST.in (275 bytes)
# Include the license file
include LICENSE

# Include readme file
include README.rst

# Include the data files
# recursive-include data *

# 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