diff --git a/README.md b/README.md index f37f4af7b54140d0e11b7972fca421d9d7c26b8a..0418ea02142f68c12b82c1c871800c417bd4bf5e 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ poetry install poetry shell ``` -Note: the package is managed with [poetry](https://python-poetry.org/). - # Changelog ## 2.0.0 (2022-04-x) diff --git a/pyproject.toml b/pyproject.toml index e0deeaec5936a9b8adace41c839c57d1f7991a09..f9225954dff4b27498b2324134acaf9b4b2367a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Christoph Knote <christoph.knote@med.uni-augsburg.de>", "Florian Obe readme = "README.md" homepage = "https://mbees.med.uni-augsburg.de/" repository = "https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage" -documentation = "https://mbees.med.uni-augsburg.de/docs/icartt/ +documentation = "https://mbees.med.uni-augsburg.de/docs/icartt/" keywords = [ "atmosphere", "file format", "ames", "nasa" ] classifiers = [ "Programming Language :: Python :: 3",