Skip to content

Commit

Permalink
proper README in pyproject.toml (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Sep 29, 2023
1 parent fd8f98e commit 0054b7f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ maintainers = [
license = {text = "BSD 3-Clause"}
description = "Analysis of Network-constrained Spatial Data"
keywords = ["spatial statistics", "networks", "graphs"]
readme = {text = """\
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.
.. _PySAL: http://pysal.org
""", content-type = "text/x-rst"}
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 0054b7f

Please sign in to comment.