diff --git a/README.md b/README.md index c4afa0a..f8b833e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![pypi tomopt version](https://img.shields.io/pypi/v/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![tomopt python compatibility](https://img.shields.io/pypi/pyversions/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![tomopt license](https://img.shields.io/pypi/l/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![Documentation Status](https://readthedocs.org/projects/tomopt/badge/?version=stable)](https://tomopt.readthedocs.io/en/latest/?badge=stable) - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10673885.svg)](https://doi.org/10.5281/zenodo.10673885) # TomOpt: Differential Muon Tomography Optimisation diff --git a/pyproject.toml b/pyproject.toml index 69ac92a..eb0bad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Natural Language :: English", "Development Status :: 3 - Alpha", ] -documentation = "https://tomopt.readthedocs.io/en/stable" +documentation = "https://tomopt.readthedocs.io/en/latest" keywords = ["deep learning", "differential programming", "physics", "science", "statistics", "tomography", "detector"] include = ["py.typed", "volume/scatter_models/*"]