doc: Support Markdown in PiPy Description
Signed-off-by: Philipp Le <philipp@philipple.de>
Change-Id: I3a34af0609ccd5aba21fc7cfe1d6f59a837ec85e
diff --git a/setup.py b/setup.py
index 07e7c93..9f041e5 100644
--- a/setup.py
+++ b/setup.py
@@ -10,9 +10,10 @@
setup(
name='dcs-interactive',
- version='1.0.0',
+ version='1.0.1',
description='Interactive Simulations and Visualizations for the Lecture in Digital Communication Systems',
long_description=open('README.md').read(),
+ long_description_content_type='text/markdown',
author='Philipp Le',
author_email='philipp@philipple.de',
packages=find_packages(),