@@ -17,15 +17,30 @@ readme = "README.md"
1717requires-python = " >=3.8"
1818license = {file = " LICENSE" }
1919authors = [
20- {name = " Erik Welch" },
20+ {name = " Erik Welch" , email = " erik.n.welch@gmail.com " },
2121 {name = " Jim Kitchen" },
2222 {name = " Michel Pelletier" },
23+ {name = " suitesparse-graphblas contributors" },
2324]
2425maintainers = [
2526 {name = " Erik Welch" , email = " erik.n.welch@gmail.com" },
2627 {name = " Jim Kitchen" , email = " jim22k@gmail.com" },
2728 {name = " Michel Pelletier" , email = " michel@graphegon.com" },
2829]
30+ keywords = [
31+ " graphblas" ,
32+ " graph" ,
33+ " sparse" ,
34+ " matrix" ,
35+ " lagraph" ,
36+ " suitesparse" ,
37+ " Networks" ,
38+ " Graph Theory" ,
39+ " Mathematics" ,
40+ " network" ,
41+ " discrete mathematics" ,
42+ " math" ,
43+ ]
2944classifiers = [
3045 " Development Status :: 5 - Production/Stable" ,
3146 " License :: OSI Approved :: Apache Software License" ,
@@ -39,9 +54,13 @@ classifiers = [
3954 " Programming Language :: Python :: 3.10" ,
4055 " Programming Language :: Python :: 3.11" ,
4156 " Programming Language :: Python :: 3 :: Only" ,
57+ " Intended Audience :: Developers" ,
58+ " Intended Audience :: Other Audience" ,
4259 " Intended Audience :: Science/Research" ,
4360 " Topic :: Scientific/Engineering" ,
61+ " Topic :: Scientific/Engineering :: Information Analysis" ,
4462 " Topic :: Scientific/Engineering :: Mathematics" ,
63+ " Topic :: Software Development :: Libraries :: Python Modules" ,
4564]
4665dependencies = [
4766 # These are super-old; can/should we update them?
0 commit comments