Skip to content

Commit 3e78d92

Browse files
committed
MAINT: Add in trove classifiers
1 parent 0c68e8f commit 3e78d92

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ version = "3.2.7"
1111
description = 'Splitting conic solver'
1212
readme = 'README.md'
1313
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+
]
1429
license = {file = 'LICENSE'}
1530
authors = [
1631
{name = "Brendan O'Donoghue", email = "[email protected]"}]

0 commit comments

Comments
 (0)