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'" },