pyproject filled
This commit is contained in:
parent
8efdb05865
commit
7892fa5ac2
|
@ -4,11 +4,21 @@ build-backend = "maturin"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "graph_force"
|
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"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"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"
|
||||||
|
|
Loading…
Reference in New Issue