Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proper README in pyproject.toml #747

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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