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 @@ name = 'scs'
1111version = " 3.2.7"
1212description = ' Splitting conic solver'
1313readme = ' README.md'
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+ ]
1429requires-python = ' >=3.7'
1530license = {file = ' LICENSE' }
1631authors = [
You can’t perform that action at this time.
0 commit comments