From 0649adf9d9258e5eb59bc84d7d982ad0e206741a Mon Sep 17 00:00:00 2001 From: Joshua Napoli Date: Mon, 8 Dec 2025 08:14:38 -0500 Subject: [PATCH 1/2] chore: add license-files --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce550c4..299f1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cvec" -version = "1.4.1" +version = "1.4.2" description = "SDK for CVector Energy" authors = [{ name = "CVector", email = "support@cvector.energy" }] readme = "README.md" @@ -10,6 +10,7 @@ dependencies = [ "pyarrow>=22.0.0", ] license = "MIT" +license-files = ['LICENSE'] [tool.poetry] packages = [{ include = "cvec", from = "src" }] From ffb328aef145232eeab596fc401e288b0d696440 Mon Sep 17 00:00:00 2001 From: Joshua Napoli Date: Mon, 8 Dec 2025 08:30:03 -0500 Subject: [PATCH 2/2] chore: add classifiers --- pyproject.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 299f1a5..1750729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cvec" -version = "1.4.2" +version = "1.4.3" description = "SDK for CVector Energy" authors = [{ name = "CVector", email = "support@cvector.energy" }] readme = "README.md" @@ -11,6 +11,17 @@ dependencies = [ ] license = "MIT" license-files = ['LICENSE'] +classifiers = [ + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + 'Intended Audience :: Developers', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', +] [tool.poetry] packages = [{ include = "cvec", from = "src" }]