Skip to content

Commit

Permalink
Merge pull request #152 from cta-observatory/prepare_zenodo
Browse files Browse the repository at this point in the history
Prepare release to zenodo
  • Loading branch information
maxnoe authored Dec 7, 2022
2 parents 611a060 + 13e10ba commit 479e7e7
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Franca Cassol <[email protected]> Franca Cassol <[email protected]>

Abelardo Moralejo Olaizola <[email protected]> moralejo <[email protected]>

Ruben Lopez Coto <[email protected]> Ruben Lopez-Coto <[email protected]>
Ruben Lopez Coto <[email protected]> rlopezcoto <[email protected]>

Thomas Vuillaume <[email protected]> Thomas Vuillaume <[email protected]>
Thomas Vuillaume <[email protected]> Thomas Vuillaume <[email protected]>
Thomas Vuillaume <[email protected]> vuillaut <[email protected]>

Seiya Nozaki <[email protected]> SeiyaNozaki <[email protected]>

Maximilian Linhoff <[email protected]> Maximilian Nöthe <[email protected]>
Maximilian Linhoff <[email protected]> Maximilian Linhoff <[email protected]>
55 changes: 55 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"description": "`ctapipe_io_lst`: ctapipe IO plugin for LST prototype data",
"license": "BSD-3-Clause",
"keywords": [
"gamma-ray astronomy",
"Imaging Atmospheric Cherenkov Telescope",
"Large Sized Telescope",
"IACT",
"LST",
"CTA",
"python"
],
"upload_type": "software",
"access_right": "open",
"creators": [
{
"name": "Maximilian Linhoff",
"orcid": "0000-0001-7993-8189",
"affiliation": "Astroparticle Physics, TU Dortmund University, Otto-Hahn-Str. 4a, 44221 Dortmund, Germany"
},
{
"name": "Franca Cassol",
"orcid": "0000-0002-0372-1992",
"affiliation": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France"
},
{
"name": "Thomas Vuillaume",
"orcid": "0000-0002-5686-2078",
"affiliation": "Laboratoire d’Annecy de Physique des Particules, Univ. Savoie Mont Blanc, CNRS, LAPP, 74000 Annecy, France"
},
{
"name": "Ruben Lopez Coto",
"orcid": "0000-0002-3882-9477"
},
{
"name": "Abelardo Moralejo",
"affiliation": "Institut de Fisica d'Altes Energies (IFAE), The Barcelona Institute of Science and Technology, Campus UAB, 08193 Bellaterra (Barcelona), Spain",
"orcid": "0000-0002-1344-9080"
},
{
"name": "Daniel Morcuende",
"orcid": "0000-0001-9400-0922",
"affiliation": "Universidad Complutense de Madrid and Institute of Particle and Cosmos Physics (IPARCOS), Spain"
},
{
"name": "Jose Enrique Ruiz",
"orcid": "0000-0003-3274-4445",
"affiliation": "Instituto de Astrofísica de Andalucía - CSIC, Glorieta de la Astronomía s/n, 18008, Granada, Spain"
},
{
"name": "Seiya Nozaki",
"orcid": "0000-0002-6246-2767"
}
]
}
29 changes: 29 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2022, LST Consortium
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ long-description = file: README.md
long-description-content-type = text/markdown; charset=UTF-8; variant=GFM
author = LST Consortium
author_email = [email protected]
license = MIT

license = BSD 3-clause

[tool:pytest]
minversion = 3.0
Expand Down

0 comments on commit 479e7e7

Please sign in to comment.