File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,18 @@ build-backend = "scikit_build_core.build"
55[project ]
66name = " multivoro"
77version = " 0.0.1"
8- description = " A brief description of what this project does "
8+ description = " Parallel cell-based 3D voronoi tessellations "
99readme = " README.rst"
1010requires-python = " >=3.8"
1111authors = [
12- { name = " Your Name" , email = " your.email@address.com" },
13- ]
14- classifiers = [
15- " License :: BSD" ,
12+ { name = " Eleftherios Zisis" , email = " elef.zisis@gmail.com" },
1613]
1714dependencies =[
1815 " numpy" ,
1916]
20- # Optional: runtime dependency specification
21- # dependencies = [ "cryptography >=41.0" ]
2217
2318[project .urls ]
24- Homepage = " https://github.com/your/project "
19+ Homepage = " https://github.com/eleftherioszisis/multivoro "
2520
2621[tool .scikit-build ]
2722# Protect the configuration against future changes in scikit-build-core
You can’t perform that action at this time.
0 commit comments