From b004bfebd9e367a1d7b991b52d126536926d3486 Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Tue, 14 May 2024 21:34:34 +1000 Subject: [PATCH] Remove unicode spaces in pyproject.toml Remove "EN SPACE" (U+2002) characters in pyproject.toml and replace with regular space (U+0020) characters --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d47416..51230ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "domdf_python_tools" version = "3.8.0.post2" -description = "Helpful functions for Pythonโ€‚๐Ÿโ€‚๐Ÿ› ๏ธ" +description = "Helpful functions for Python ๐Ÿ ๐Ÿ› ๏ธ" readme = "README.rst" requires-python = ">=3.6" keywords = [ "utilities",]