Skip to content

Commit

Permalink
Merge pull request #135 from jGaboardi/new_setup_fix
Browse files Browse the repository at this point in the history
second attempt after lost PR
  • Loading branch information
jGaboardi authored Oct 31, 2018
2 parents 252b479 + 45cfcf4 commit faba438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Spatial Network Analysis (SPAtial GrapHs: nETworks, Topology, & Inference) This package is part of a `refactoring of PySAL <https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_. Spaghetti is an open-source python library for the analysis of network-based spatial data. Originating from the ``network`` module in `PySAL (Python Spatial Analysis Library) <http://pysal.org>`_, it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events.
"""Spatial Network Analysis (SPAtial GrapHs: nETworks, Topology, & Inference) This package is part of a refactoring of PySAL. Spaghetti is an open-source python library for the analysis of network-based spatial data. Originating from the network module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events.
"""

DOCLINES = __doc__.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion spaghetti/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1post2"
__version__ = "1.1.1post3"
"""
:mod:`spaghetti` --- Spatial Graphs: Networks, Topology, & Inference
====================================================================
Expand Down

0 comments on commit faba438

Please sign in to comment.