Skip to content

Commit f0f7774

Browse files
committed
for 1.3.5 release
1 parent 225fa39 commit f0f7774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup
33

4-
long_description_content_type = 'text/x-rst'
5-
64
# import importLongDescription
75
# long_description = importLongDescription.output()
86
long_description = u"""
@@ -187,6 +185,7 @@
187185
'beamline elements. Includes a GUI for creating a beamline '
188186
'and viewing it in 3D.',
189187
long_description=long_description,
188+
long_description_content_type='text/x-rst',
190189
author='Konstantin Klementiev, Roman Chernikov',
191190
author_email='konstantin.klementiev@gmail.com, rchernikov@gmail.com',
192191
url='http://xrt.readthedocs.io',

0 commit comments

Comments
 (0)