File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ version = "3.2.7"
11
11
description = ' Splitting conic solver'
12
12
readme = ' README.md'
13
13
requires-python = ' >=3.9'
14
+ classifiers = [
15
+ ' License :: OSI Approved :: MIT License' ,
16
+ ' Programming Language :: C' ,
17
+ ' Programming Language :: Python' ,
18
+ ' Programming Language :: Python :: 3' ,
19
+ ' Programming Language :: Python :: 3.11' ,
20
+ ' Programming Language :: Python :: 3.12' ,
21
+ ' Programming Language :: Python :: 3.13' ,
22
+ ' Programming Language :: Python :: 3 :: Only' ,
23
+ ' Programming Language :: Python :: Implementation :: CPython' ,
24
+ ' Operating System :: Microsoft :: Windows' ,
25
+ ' Operating System :: POSIX' ,
26
+ ' Operating System :: Unix' ,
27
+ ' Operating System :: MacOS' ,
28
+ ]
14
29
license = {file = ' LICENSE' }
15
30
authors = [
16
31
{
name =
" Brendan O'Donoghue" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments