Skip to content

Commit

Permalink
Merge pull request #13 from kthyng/add_config_files
Browse files Browse the repository at this point in the history
added lines to setup.cfg for config files
  • Loading branch information
kthyng authored Jan 23, 2024
2 parents 6ba0b03 + d071405 commit 6f5c9ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ install_requires =
setup_requires=
setuptools_scm
python_requires = >=3.9


[options.package_data]
particle_tracking_manager = the_manager_config.json
particle_tracking_manager.models.opendrift = opendrift_config.json

################ Up until here

zip_safe = False
Expand Down

0 comments on commit 6f5c9ae

Please sign in to comment.