File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " cvec"
3- version = " 1.4.2 "
3+ version = " 1.4.3 "
44description = " SDK for CVector Energy"
55authors = [{ name = " CVector" , email = " support@cvector.energy" }]
66readme = " README.md"
@@ -11,6 +11,17 @@ dependencies = [
1111]
1212license = " MIT"
1313license-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 ]
1627packages = [{ include = " cvec" , from = " src" }]
You can’t perform that action at this time.
0 commit comments