Skip to content
Snippets Groups Projects

Update legacy

All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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"
],
},
)
Loading