Skip to content

Commit

Permalink
🩹 Added back megacomplex plugin registration at installation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand authored and jsnel committed Nov 12, 2022
1 parent 7c81510 commit 49daf7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ glotaran.plugins.data_io =
ascii = glotaran.builtin.io.ascii.wavelength_time_explicit_file
sdt = glotaran.builtin.io.sdt.sdt_file_reader
nc = glotaran.builtin.io.netCDF.netCDF
glotaran.plugins.megacomplexes =
baseline = glotaran.builtin.megacomplexes.baseline
clp_guide = glotaran.builtin.megacomplexes.clp_guide
coherent_artifact = glotaran.builtin.megacomplexes.coherent_artifact
damped_oscillation = glotaran.builtin.megacomplexes.damped_oscillation
decay = glotaran.builtin.megacomplexes.decay
spectral = glotaran.builtin.megacomplexes.spectral
glotaran.plugins.project_io =
yml = glotaran.builtin.io.yml.yml
csv = glotaran.builtin.io.pandas.csv
Expand Down

0 comments on commit 49daf7d

Please sign in to comment.