Skip to content

Commit 7236198

Browse files
authored
Update setup.py
1 parent 67c9445 commit 7236198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
version = __version__,
2929
author = "scaramallion",
3030
author_email = "[email protected]",
31-
url = "https://github.com/scaramallion/pylibjpeg-rle",
31+
url = "https://github.com/pydicom/pylibjpeg-rle",
3232
license = "MIT",
3333
keywords = (
3434
"dicom pydicom python medicalimaging radiotherapy oncology imaging "
@@ -39,9 +39,9 @@
3939
"Intended Audience :: Developers",
4040
"Intended Audience :: Healthcare Industry",
4141
"Intended Audience :: Science/Research",
42-
"Development Status :: 3 - Alpha",
42+
#"Development Status :: 3 - Alpha",
4343
#"Development Status :: 4 - Beta",
44-
#"Development Status :: 5 - Production/Stable",
44+
"Development Status :: 5 - Production/Stable",
4545
"Natural Language :: English",
4646
"Programming Language :: Rust",
4747
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)