From 6be074e2c81e57d5bb7cea792d5342ce98d3c27b Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sat, 6 Jan 2024 16:20:37 +1100 Subject: [PATCH] Fix description text (#29) --- 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"