Skip to content

Commit 34942fa

Browse files
Fix pyproject (#8)
1 parent b3633fe commit 34942fa

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "multivoro"
77
version = "0.0.1"
8-
description = "A brief description of what this project does"
8+
description = "Parallel cell-based 3D voronoi tessellations"
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
authors = [
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
]
1714
dependencies=[
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

0 commit comments

Comments
 (0)