We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0649adf commit ffb328aCopy full SHA for ffb328a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cvec"
3
-version = "1.4.2"
+version = "1.4.3"
4
description = "SDK for CVector Energy"
5
authors = [{ name = "CVector", email = "support@cvector.energy" }]
6
readme = "README.md"
@@ -11,6 +11,17 @@ dependencies = [
11
]
12
license = "MIT"
13
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
+]
25
26
[tool.poetry]
27
packages = [{ include = "cvec", from = "src" }]
0 commit comments