@@ -163,28 +163,24 @@ def get_source_files():
163163 license = "GPL V3.0" ,
164164 keywords = (
165165 "dicom pydicom python medicalimaging radiotherapy oncology imaging "
166- "jpg jpeg jpg-ls jpeg-ls libjpeg pylibjpeg"
166+ "radiology nuclearmedicine jpg jpeg jpg-ls jpeg-ls libjpeg pylibjpeg"
167167 ),
168- project_urls = {
169- # Might give it it's own docs eventually
170- 'Documentation' : 'https://pydicom.github.io/pydicom/'
171- },
172168 classifiers = [
173169 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
174170 "Intended Audience :: Developers" ,
175171 "Intended Audience :: Healthcare Industry" ,
176172 "Intended Audience :: Science/Research" ,
177- "Development Status :: 3 - Alpha" ,
173+ # "Development Status :: 3 - Alpha",
178174 #"Development Status :: 4 - Beta",
179- # "Development Status :: 5 - Production/Stable",
175+ "Development Status :: 5 - Production/Stable" ,
180176 "Natural Language :: English" ,
181177 "Programming Language :: C++" ,
182178 "Programming Language :: Python :: 3.6" ,
183179 "Programming Language :: Python :: 3.7" ,
184180 "Programming Language :: Python :: 3.8" ,
185- "Operating System :: MacOS :: MacOS X" , # Tested OK
186- "Operating System :: POSIX :: Linux" , # Tested OK
187- "Operating System :: Microsoft :: Windows" , # Tested OK
181+ "Operating System :: MacOS :: MacOS X" ,
182+ "Operating System :: POSIX :: Linux" ,
183+ "Operating System :: Microsoft :: Windows" ,
188184 "Topic :: Scientific/Engineering :: Medical Science Apps." ,
189185 "Topic :: Software Development :: Libraries" ,
190186 ],
0 commit comments