From 3f46caf757daba51e39ec03193cc1b0b6af0db0c Mon Sep 17 00:00:00 2001 From: gnzng Date: Wed, 12 Nov 2025 09:04:53 -0600 Subject: [PATCH] update authors list in pyproject.toml and move further doc link --- README.md | 6 ++---- pyproject.toml | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71f81e6..742b472 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ model.compare(dataset) # See how the simulated and measured patterns compare plt.show() ``` +Further documentation is found [here](https://cdtools-developers.github.io/cdtools/). + # Installation CDTools can be installed in several ways depending on your needs. For most users, installation from pypi is recommended. For developers or those who want the latest features, installation from source is available. @@ -76,10 +78,6 @@ or with uv: $ uv pip install -e ."[tests,docs]" ``` - -Further documentation is found [here](https://cdtools-developers.github.io/cdtools/). - - CDTools was developed in the [photon scattering lab](https://scattering.mit.edu/) at MIT, and further development took place within the [computational x-ray imaging group](https://www.psi.ch/en/cxi) at PSI. The code is distributed under an MIT (a.k.a. Expat) license. If you would like to publish any work that uses CDTools, please contact [Abe Levitan](mailto:abraham.levitan@psi.ch). Have a wonderful day! diff --git a/pyproject.toml b/pyproject.toml index 11ccebc..9ba1438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,8 @@ requires-python = ">=3.9" license = { file = "LICENSE.txt" } authors = [ { name = "Abe Levitan", email = "abraham.levitan@psi.ch" }, + { name = "Dayne Y. Sasaki" }, + { name = "Damian Guenzing" }, { name = "Madelyn Cain" }, { name = "Anastasiia Kutakh" } ]