@@ -4,14 +4,27 @@ build-backend = "maturin"
44
55[project ]
66name = " 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" ]
910readme = " README.md"
1011requires-python = " >=3.7"
1112classifiers = [
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]
1629dependencies = [" numpy" ]
1730
0 commit comments