From 91e7a423d0f635b4d89b54107f5edd518fce1055 Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Tue, 19 Apr 2022 14:32:27 +0200
Subject: [PATCH] Non-ASCII character slipped through.

---
 README.md      | 2 --
 pyproject.toml | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f37f4af..0418ea0 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 e0deeae..f922595 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",
-- 
GitLab