Skip to content

Commit d19132c

Browse files
committed
Markdown description
1 parent 0533420 commit d19132c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pydiq
66
=====
77
Simple open-source multi-platform DICOM browser/viewer in Python and Qt.
88

9-
**NOTE** This project has not been updated for a long time. Currently, I have no capacity to improve it. If you feel like contributing, I'll be happy to accept your enhancements / bug fixes.
9+
**NOTE** This project has not been updated for a long time. Currently, I have no capacity to improve it. If you feel like contributing, I'll be happy to accept your enhancements / bug fixes. The UI seems not to be entirely working...
1010

1111
![Vertebrae](https://raw.githubusercontent.com/janpipek/pydiq/master/doc/vertebra.png "Vertebrae")
1212

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
packages=find_packages(),
88
license='MIT',
99
description='Simple open-source DICOM browser/viewer in Python and Qt4.',
10+
long_description_content_type='text/markdown',
1011
long_description=open('README.md').read(),
1112
author='Jan Pipek',
1213
author_email='[email protected]',

0 commit comments

Comments
 (0)