Skip to content

Commit 5606619

Browse files
Updated pyproject.toml
1 parent 8523617 commit 5606619

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pyproject.toml

+11-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,18 @@ authors = [
2121
maintainers = [
2222
{name = "Ernst Röell", email = "[email protected]"},
2323
]
24-
description = "A topological datasets for bechmarking higher order methods."
24+
description = "A package for working with higher-order datasets like manifold triangulations."
2525
readme = "README.md"
26-
license = {file = "LICENSE.txt"}
27-
keywords = ["topology", "deep learning", "topology", "tda"]
26+
license = {file = "LICENSE.md"}
27+
keywords = [
28+
"topology",
29+
"deep learning",
30+
"tda",
31+
"tdl",
32+
"topological data analysis",
33+
"topological deep learning"
34+
]
2835
classifiers = [
2936
"Development Status :: 4 - Beta",
3037
"Programming Language :: Python"
31-
]
38+
]

0 commit comments

Comments
 (0)