We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225fa39 commit f0f7774Copy full SHA for f0f7774
setup.py
@@ -1,8 +1,6 @@
1
# -*- coding: utf-8 -*-
2
from setuptools import setup
3
4
-long_description_content_type = 'text/x-rst'
5
-
6
# import importLongDescription
7
# long_description = importLongDescription.output()
8
long_description = u"""
@@ -187,6 +185,7 @@
187
185
'beamline elements. Includes a GUI for creating a beamline '
188
186
'and viewing it in 3D.',
189
long_description=long_description,
+ long_description_content_type='text/x-rst',
190
author='Konstantin Klementiev, Roman Chernikov',
191
author_email='konstantin.klementiev@gmail.com, rchernikov@gmail.com',
192
url='http://xrt.readthedocs.io',
0 commit comments