Skip to content

Commit 7355af4

Browse files
authored
Update pyproject.toml
1 parent d337d75 commit 7355af4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pysplashsurf/pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ build-backend = "maturin"
44

55
[project]
66
name = "pysplashsurf"
7-
version = "0.12.0.0"
7+
version = "0.12.0.1"
88
description = "Python bindings for splashsurf, a surface reconstruction library for SPH simulations."
99
keywords = ["surface reconstruction", "marching cubes", "sph", "fluid", "particles", "mesh", "splashsurf", "splishsplash"]
1010
readme = "README.md"
1111
license = "MIT"
12+
authors = [
13+
{name = "Interactive Computer Graphics"},
14+
{name = "Fabian Löschner"},
15+
]
1216
requires-python = ">=3.7"
1317
classifiers = [
1418
"Programming Language :: Rust",
@@ -35,5 +39,6 @@ meshio = ["meshio"]
3539
pysplashsurf = "pysplashsurf:run_pysplashsurf"
3640

3741
[project.urls]
38-
homepage = "https://splashsurf.physics-simulation.org/"
39-
repository = "https://github.com/InteractiveComputerGraphics/splashsurf.git"
42+
Homepage = "https://splashsurf.physics-simulation.org/"
43+
Repository = "https://github.com/InteractiveComputerGraphics/splashsurf.git"
44+
Documentation = "https://pysplashsurf.readthedocs.io/"

0 commit comments

Comments
 (0)