diff --git a/setup.py b/setup.py index e446087..805442e 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ ], install_requires = ['numpy', 'setuptools', 'tables', 'future'], packages=find_packages('.'), - package_data = {'': ['*.json', 'v04/specs/*.json']}, + package_data = {'': ['specs/*.json', 'v04/specs/*.json']}, keywords = ('single-molecule FRET smFRET biophysics file-format HDF5 ' 'Photon-HDF5'), )