Skip to content

Commit

Permalink
removing examples directory from build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbrucemacdonald committed May 13, 2019
1 parent 9442569 commit 51ac6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -76,7 +76,7 @@ def find_package_data(data_root, package_root):
classifiers=CLASSIFIERS.splitlines(),
packages=['perses', 'perses.storage', 'perses.analysis', 'perses.samplers', 'perses.rjmc', 'perses.annihilation', 'perses.bias', 'perses.tests', 'perses.dispersed'],
#package_data={'perses' : find_package_data('perses','examples') + find_package_data('perses','data')}, # I don't think this works
package_data={'perses' : find_package_data('examples', 'perses') + find_package_data('perses/data', 'perses')}, # I think this is fixed
package_data={'perses' : find_package_data('perses/data', 'perses')}, # I think this is fixed
zip_safe=False,
entry_points={
'openmm.forcefielddir' : ['perses=perses:get_datadir']
Expand Down

0 comments on commit 51ac6fd

Please sign in to comment.