@@ -7,6 +7,28 @@ license = "Apache-2.0"
77readme = " README.md"
88homepage = " https://deephypergraph.com"
99repository = " 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 ]
1234python = " ^3.8"
0 commit comments