diff --git a/NRSS/cmap/__init__.py b/NRSS/cmap/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index a35d0f3..455ea84 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,8 @@ 'pandas', 'matplotlib', 'h5py'], + include_package_data=True, + package_data={'': ['cmap/*']}, classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research',