Skip to content

Commit

Permalink
update setup.pu
Browse files Browse the repository at this point in the history
  • Loading branch information
bahremsd committed Dec 18, 2024
1 parent 9731ae0 commit 064fbcf
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 @@ -44,6 +44,6 @@ def read_requirements(path):
},
include_package_data=True,
package_data={
'tmmax': ['nk_data/*.csv'],
'tmmax': ['nk_data/csv/*.csv', 'nk_data/numpy/*.npy'],
},
)

0 comments on commit 064fbcf

Please sign in to comment.