Skip to content

Commit

Permalink
Merge pull request #379 from jGaboardi/correct_README
Browse files Browse the repository at this point in the history
Correct readme.rst
  • Loading branch information
jGaboardi authored Jan 17, 2021
2 parents 28bb530 + 27ae500 commit afb42a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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


****************
Expand Down Expand Up @@ -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 <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_ for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.
See the `LICENSE <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_
for information on the history of this software, terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.
2 changes: 1 addition & 1 deletion libpysal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.3.3"
__version__ = "4.3.4"

# __version__ has to be define in the first line

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
url="http://pysal.org/libpysal",
Expand Down

0 comments on commit afb42a2

Please sign in to comment.