@@ -17,15 +17,30 @@ readme = "README.md"
17
17
requires-python = " >=3.8"
18
18
license = {file = " LICENSE" }
19
19
authors = [
20
- {name = " Erik Welch" },
20
+ {name = " Erik Welch" , email = " erik.n.welch@gmail.com " },
21
21
{name = " Jim Kitchen" },
22
22
{name = " Michel Pelletier" },
23
+ {name = " suitesparse-graphblas contributors" },
23
24
]
24
25
maintainers = [
25
26
{name = " Erik Welch" , email = " erik.n.welch@gmail.com" },
26
27
{name = " Jim Kitchen" , email = " jim22k@gmail.com" },
27
28
{name = " Michel Pelletier" , email = " michel@graphegon.com" },
28
29
]
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
+ ]
29
44
classifiers = [
30
45
" Development Status :: 5 - Production/Stable" ,
31
46
" License :: OSI Approved :: Apache Software License" ,
@@ -39,9 +54,13 @@ classifiers = [
39
54
" Programming Language :: Python :: 3.10" ,
40
55
" Programming Language :: Python :: 3.11" ,
41
56
" Programming Language :: Python :: 3 :: Only" ,
57
+ " Intended Audience :: Developers" ,
58
+ " Intended Audience :: Other Audience" ,
42
59
" Intended Audience :: Science/Research" ,
43
60
" Topic :: Scientific/Engineering" ,
61
+ " Topic :: Scientific/Engineering :: Information Analysis" ,
44
62
" Topic :: Scientific/Engineering :: Mathematics" ,
63
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
45
64
]
46
65
dependencies = [
47
66
# These are super-old; can/should we update them?
0 commit comments