Skip to content
Snippets Groups Projects
Commit 8b8cdde8 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Add script entry point

parent 17dc818c
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!52Update legacy
......@@ -24,6 +24,8 @@ setuptools.setup(
],
use_pipfile=True,
entry_points={
"console_scripts": ["magproc-prepfiles=geomagio.processing.magproc:main"],
"console_scripts": [
"magproc-prepfiles=geomagio.processing.magproc:main, update-legacy=geomagio.processing.update_legacy:main"
],
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment