Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mgt16-LANL authored Feb 6, 2023
1 parent 558c4ae commit c177fc9
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 @@ -9,7 +9,7 @@
version=versioneer.get_version(),
author='Michael G. Taylor et al.',
packages=['architector'],
package_data={"data": ["*.csv"]},
package_data={"": ["data/*.csv"]},
install_requires=[
'ase',
'numpy',
Expand Down

0 comments on commit c177fc9

Please sign in to comment.