Skip to content

Commit

Permalink
add common.sci submodule to setuptools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Feb 1, 2024
1 parent c468f00 commit 60bd079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/idsse_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email='@noaa.gov',
license='MIT',
python_requires=">=3.11",
packages=['idsse.common', 'idsse.common.schema'],
packages=['idsse.common', 'idsse.common.schema', 'idsse.common.sci'],
data_files=[('idsse/common/schema', glob.glob('idsse/common/schema/*.json'))],
include_package_data=True,
package_data={'':['schema/*.json']},
Expand Down

0 comments on commit 60bd079

Please sign in to comment.