Skip to content

Commit dac53ed

Browse files
committed
update project
1 parent 1917a28 commit dac53ed

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://deephypergraph.com"
99
repository = "https://github.com/iMoonLab/DeepHypergraph"
10+
documentation = "https://deephypergraph.com/docs"
11+
keywords = ["pytorch", "deep learning", "graph neural networks", "hypergraph neural networks"]
12+
classifiers = [
13+
"Development Status :: 4 - Beta",
14+
"Operating System :: OS Independent",
15+
"Environment :: GPU :: NVIDIA CUDA",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Intended Audience :: Developers",
22+
"Intended Audience :: Education",
23+
"Intended Audience :: Science/Research",
24+
"Topic :: Scientific/Engineering",
25+
"Topic :: Scientific/Engineering :: Mathematics",
26+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
27+
"Topic :: Software Development",
28+
"Topic :: Software Development :: Libraries",
29+
"Topic :: Software Development :: Libraries :: Python Modules",
30+
"License :: OSI Approved :: Apache Software License",
31+
]
1032

1133
[tool.poetry.dependencies]
1234
python = "^3.8"

0 commit comments

Comments
 (0)