Skip to content

Commit

Permalink
Add python console script for fit_spectra -- 'holodeck_fit_spec'
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Apr 15, 2024
1 parent d8ace3a commit f53dcce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
ext_modules=cython_modules,

entry_points = {
"console_scripts": ['holodeck_lib_gen = holodeck.librarian.gen_lib:main'],
"console_scripts": [
'holodeck_lib_gen = holodeck.librarian.gen_lib:main',
'holodeck_fit_spec = holodeck.librarian.fit_spectra:main',
],
},
)

0 comments on commit f53dcce

Please sign in to comment.