Skip to content

Commit

Permalink
Merge pull request #29 from usnistgov/28-ensure-cmap
Browse files Browse the repository at this point in the history
added __init__.py to cmap directory
  • Loading branch information
delongchamp authored Nov 16, 2024
2 parents eb90425 + 172c2e5 commit 81b6a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added NRSS/cmap/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
'pandas',
'matplotlib',
'h5py'],
include_package_data=True,
package_data={'': ['cmap/*']},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 81b6a40

Please sign in to comment.