From d4218e0789475e65cc19dafd55ff84d485ad6dff Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sat, 6 Jan 2024 16:20:17 +1100 Subject: [PATCH] Fix description text --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efc8ae1..4bd8d6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] description = """\ - "Python bindings for a fast RLE decoder/encoder, with a focus on "\ - "use as a plugin for pylibjpeg"\ + Python bindings for a fast RLE decoder/encoder, with a focus on \ + use as a plugin for pylibjpeg\ """ keywords = ["dicom pydicom python rle pylibjpeg rust"] license = "MIT"