Skip to content

Commit

Permalink
Fix missing metadata from source distribution (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jan 19, 2018
1 parent fd8978f commit cc86a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
)

0 comments on commit cc86a3d

Please sign in to comment.