diff --git a/README.rst b/README.rst index 24bb574e8..04f00b6cc 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Python Spatial Analysis Library Core .. image:: https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg - :target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml + :target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml .. image:: https://codecov.io/gh/pysal/libpysal/branch/master/graph/badge.svg :target: https://codecov.io/gh/pysal/libpysal @@ -12,10 +12,10 @@ Python Spatial Analysis Library Core :target: https://badge.fury.io/py/libpysal .. image:: https://img.shields.io/conda/vn/conda-forge/libpysal.svg - :target: https://anaconda.org/conda-forge/libpysal + :target: https://anaconda.org/conda-forge/libpysal .. image:: https://zenodo.org/badge/81501824.svg - :target: https://zenodo.org/badge/latestdoi/81501824 + :target: https://zenodo.org/badge/latestdoi/81501824 **************** @@ -71,12 +71,12 @@ Bug reports To search for or report bugs, please see libpysal's issues_. -.. _issues : http://github.com/pysal/libpysal/issues +.. _issues : http://github.com/pysal/libpysal/issues ******************* License information ******************* -See the `LICENSE `_ for information on the history of this -software, terms & conditions for usage, and a DISCLAIMER OF ALL -WARRANTIES. +See the `LICENSE `_ +for information on the history of this software, terms & conditions for usage, +and a DISCLAIMER OF ALL WARRANTIES. diff --git a/libpysal/__init__.py b/libpysal/__init__.py index 50acfa664..225e9e36d 100644 --- a/libpysal/__init__.py +++ b/libpysal/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.3.3" +__version__ = "4.3.4" # __version__ has to be define in the first line diff --git a/setup.py b/setup.py index f9a445dae..ad36e7daf 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def setup_package(): version=__version__, description="Core components of PySAL A library of spatial analysis functions.", long_description=long_description, + long_description_content_type="text/x-rst", maintainer="PySAL Developers", maintainer_email="pysal-dev@googlegroups.com", url="http://pysal.org/libpysal",