From 71c2e50073d93b60b7c907b849af492999c2147d Mon Sep 17 00:00:00 2001 From: Josh Dimarsky <24758845+yehoshuadimarsky@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:24:38 -0500 Subject: [PATCH] change license config for https://github.com/pypa/setuptools/issues/4759 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 32873e1..439ef3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] description = "High-level wrapper around BCP for high performance data transfers between pandas and SQL Server. No knowledge of BCP required!!" keywords = ["bcp", "mssql", "pandas"] -license = {file = "LICENSE"} +license = {text = "MIT License"} maintainers = [ { name = "Oliver Borchert", email = "me@borchero.com"} ] diff --git a/uv.lock b/uv.lock index d456177..51debf2 100644 --- a/uv.lock +++ b/uv.lock @@ -97,7 +97,7 @@ wheels = [ [[package]] name = "bcpandas" -version = "2.6.6" +version = "2.7.0" source = { editable = "." } dependencies = [ { name = "pandas", version = "2.1.4", source = { registry = "https://pypi.org/simple" }, extra = ["sql-other"], marker = "python_full_version < '3.12'" },