From cc86a3dcb7bea0491ead20fef84e1b242abb5ebb Mon Sep 17 00:00:00 2001 From: Antonino Ingargiola Date: Thu, 18 Jan 2018 21:38:38 -0800 Subject: [PATCH] Fix missing metadata from source distribution (2) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), )