Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Move ls_layouts to package_data
  • Loading branch information
chris-hld committed Jun 30, 2020
1 parent eefd538 commit 41459f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
package_data={'spaudiopy': ['t_designs_1_21.mat',
'n_designs_1_124.mat',
'fliegeMaierNodes_1_30.mat',
'lebedevQuadratures_3_131.mat'
]
'lebedevQuadratures_3_131.mat',
'../data/ls_layouts/*.json'
],
},
data_files=[('config', ['data/ls_layouts/*.json'])],
install_requires=[
'numpy',
'scipy',
Expand Down

0 comments on commit 41459f0

Please sign in to comment.