Skip to content

Commit

Permalink
for 1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Nov 27, 2020
1 parent a44533b commit 225fa39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
from setuptools import setup

long_description_content_type = 'text/x-rst'

# import importLongDescription
# long_description = importLongDescription.output()
long_description = u"""
Expand Down Expand Up @@ -164,10 +166,10 @@
xrt is available as source distribution from `pypi.python.org
<https://pypi.python.org/pypi/xrt>`_ and from `GitHub
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests,
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests
and examples. The complete documentation is available online at
`Read the Docs <http://xrt.readthedocs.io>`_ and offline as zip file at
`GitHub <https://github.com/kklmn/xrt-docs>`_.
`Read the Docs <http://xrt.readthedocs.io>`_ and offline as
`zip file at GitHub <https://github.com/kklmn/xrt-docs>`_.
Get help
--------
Expand Down
2 changes: 1 addition & 1 deletion xrt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
xrt is available as source distribution from `pypi.python.org
<https://pypi.python.org/pypi/xrt>`_ and from `GitHub
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests,
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests
and examples. The complete documentation is available online at
`Read the Docs <http://xrt.readthedocs.io>`_ and offline as
`zip file at GitHub <https://github.com/kklmn/xrt-docs>`_.
Expand Down

0 comments on commit 225fa39

Please sign in to comment.