diff --git a/README.md b/README.md index e2d61fb2..7e41c6c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Conda Version](https://img.shields.io/conda/v/conda-forge/zospy)](https://anaconda.org/conda-forge/zospy) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/MREYE-LUMC/ZOSPy/ci.yml) [![Documentation Status](https://readthedocs.org/projects/zospy/badge/?version=latest)](https://zospy.readthedocs.io/en/latest/?badge=latest) -[![JOSS](https://joss.theoj.org/papers/10.21105/joss.05756/status.svg)](https://doi.org/10.21105/joss.05756) +[![JOSS](https://joss.theoj.org/papers/10.21105/joss.05756/status.svg)][joss-paper] [![Zenodo](https://zenodo.org/badge/403590410.svg)](https://zenodo.org/badge/latestdoi/403590410) ## About @@ -217,10 +217,7 @@ following implementation examples assume that `import logging` has been executed ## Contact -Feel free to contact us for any inquiries: +Feel free to contact us via e-mail at [zospy@mreye.nl](mailto:zospy@mreye.nl) for any inquiries, +or visit [mreye.nl](https://mreye.nl) to discover our research. -- C. Haasjes ([email](mailto:c.haasjes@lumc.nl)) -- J.W.M. Beenakker ([email](mailto:j.w.m.beenakker@lumc.nl)) -- L. van Vught ([email](mailto:l.van_vught@lumc.nl)) - -[joss-paper]: https://joss.theoj.org/papers/10.21105/joss.05756 \ No newline at end of file +[joss-paper]: https://joss.theoj.org/papers/10.21105/joss.05756 diff --git a/pyproject.toml b/pyproject.toml index ae5251c9..73bb7803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,14 @@ build-backend = "flit_core.buildapi" [project] name = "zospy" authors = [ - {name = "Luc van Vught", email = "l.van_vught@lumc.nl"}, - {name = "Jan-Willem Beenakker", email = "j.w.m.beenakker@lumc.nl"}, - {name = "Corné Haasjes", email = "c.haasjes@lumc.nl" } + {name = "Luc van Vught"}, + {name = "Jan-Willem Beenakker"}, + {name = "Corné Haasjes"} ] +maintainers = [ + {name = "MReye research group", email = "zospy@mreye.nl"} +] + description = "A Python package used to communicate with Zemax OpticStudio through the API" readme = "README.md" license = {file = "LICENSE.txt"}