Skip to content

Commit

Permalink
Fixed wrongly displaying RST
Browse files Browse the repository at this point in the history
  • Loading branch information
MaierOli2010 committed Nov 7, 2019
1 parent d5f6c13 commit 09f7925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: https://travis-ci.com/IMTtugraz/PyQMRI.svg?branch=master
:target: https://travis-ci.com/IMTtugraz/PyQMRI
.. image:: https://badge.fury.io/py/pyqmri.svg
:target: https://pypi.org/project/pyqmri/
:target: https://pypi.org/project/pyqmri

PyQMRI - Model-Based Parameter Quantification
=============================================
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
long_description = f.read()

setup(name='pyqmri',
version='0.2.2',
version='0.2.3',
description='Model-based parameter quantification using OpenCL and Python',
long_description=long_description,
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
url='https://github.com/IMTtugraz/PyQMRI',
author='Oliver Maier',
author_email='oliver.maier@tugraz.at',
download_url='https://github.com/IMTtugraz/PyQMRI/archive/v.0.2.2.tar.gz',
download_url='https://github.com/IMTtugraz/PyQMRI/archive/v.0.2.3.tar.gz',
license='Apache-2.0',
package_data={'pyqmri': ['kernels/*.c']},
include_package_data=True,
Expand Down

0 comments on commit 09f7925

Please sign in to comment.