From 55e59f93797bbce4e50ea19b2b013a9f4dc32f8d Mon Sep 17 00:00:00 2001 From: Tilman Krokotsch Date: Fri, 12 Apr 2024 08:59:37 +0200 Subject: [PATCH] fix: trailing white space release was rejected because of it --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a1ebd6..fcdbf8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ homepage = "https://krokotsch.eu/rul-datasets" repository = "https://github.com/tilman151/rul-datasets" classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Topic :: Scientific/Engineering " + "Topic :: Scientific/Engineering" ] [tool.poetry.dependencies] @@ -56,4 +56,4 @@ exclude = ".venv" requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" -[tool.poetry_bumpversion.file."rul_datasets/__init__.py"] \ No newline at end of file +[tool.poetry_bumpversion.file."rul_datasets/__init__.py"]