Skip to content

Commit 86d8f70

Browse files
committed
Update pyproject.toml
1 parent cd57c85 commit 86d8f70

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pysplashsurf/pyproject.toml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@ build-backend = "maturin"
44

55
[project]
66
name = "pysplashsurf"
7-
version = "0.1.0"
8-
description = "A Python binding for splashsurf, a surface reconstruction library for SPH simulations."
7+
version = "0.11.0.0rc1"
8+
description = "Python bindings for splashsurf, a surface reconstruction library for SPH simulations."
9+
keywords = ["surface reconstruction", "marching cubes", "sph", "fluid", "particles", "mesh", "splashsurf", "splishsplash"]
910
readme = "README.md"
1011
requires-python = ">=3.7"
1112
classifiers = [
13+
"Private :: Do Not Upload",
1214
"Programming Language :: Rust",
1315
"Programming Language :: Python :: Implementation :: CPython",
1416
"Programming Language :: Python :: Implementation :: PyPy",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.7",
19+
"Programming Language :: Python :: 3.8",
20+
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Topic :: Scientific/Engineering",
25+
"Topic :: Scientific/Engineering :: Physics",
26+
"Topic :: Scientific/Engineering :: Visualization",
27+
"Topic :: Utilities",
1528
]
1629
dependencies = ["numpy"]
1730

0 commit comments

Comments
 (0)