Skip to content

Commit ecfbb4c

Browse files
committed
chore: add classifiers
1 parent 747c63f commit ecfbb4c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cvec"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "SDK for CVector Energy"
55
authors = [{ name = "CVector", email = "support@cvector.energy" }]
66
readme = "README.md"
@@ -11,6 +11,17 @@ dependencies = [
1111
]
1212
license = "MIT"
1313
license-files = ['LICENSE']
14+
classifiers = [
15+
"License :: OSI Approved :: MIT License",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3",
18+
'Intended Audience :: Developers',
19+
'Programming Language :: Python :: 3.10',
20+
'Programming Language :: Python :: 3.11',
21+
'Programming Language :: Python :: 3.12',
22+
'Programming Language :: Python :: 3.13',
23+
'Programming Language :: Python :: 3.14',
24+
]
1425

1526
[tool.poetry]
1627
packages = [{ include = "cvec", from = "src" }]

0 commit comments

Comments
 (0)