From 723619888c29b29e604511c73bbd230068ad6faf Mon Sep 17 00:00:00 2001 From: scaramallion Date: Fri, 23 Apr 2021 09:36:04 +1000 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5ffa245..d6f64b5 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ version = __version__, author = "scaramallion", author_email = "scaramallion@users.noreply.github.com", - url = "https://github.com/scaramallion/pylibjpeg-rle", + url = "https://github.com/pydicom/pylibjpeg-rle", license = "MIT", keywords = ( "dicom pydicom python medicalimaging radiotherapy oncology imaging " @@ -39,9 +39,9 @@ "Intended Audience :: Developers", "Intended Audience :: Healthcare Industry", "Intended Audience :: Science/Research", - "Development Status :: 3 - Alpha", + #"Development Status :: 3 - Alpha", #"Development Status :: 4 - Beta", - #"Development Status :: 5 - Production/Stable", + "Development Status :: 5 - Production/Stable", "Natural Language :: English", "Programming Language :: Rust", "Programming Language :: Python :: 3.6",