pyproject filled

This commit is contained in:
Niko Abeler 2022-11-22 22:25:49 +01:00
parent 8efdb05865
commit 7892fa5ac2
1 changed files with 10 additions and 0 deletions

View File

@ -4,11 +4,21 @@ build-backend = "maturin"
[project]
name = "graph_force"
description = "A library for embedding graphs in 2D space, using force-directed layouts."
keywords = ["graph", "layout", "force-directed"]
authors = [ { email = "niko@rerere.org", name = "Niko Abeler" } ]
maintainers = [ { email = "niko@rerere.org", name = "Niko Abeler" } ]
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering :: Visualization",
"License :: OSI Approved :: MIT License",
]
[project.urls]
homepage = "https://git.libove.org/h4kor/graph-force"
repository = "https://git.libove.org/h4kor/graph-force"