From 7b3d735032faff930979c759a8d7e6fcd5429b3f Mon Sep 17 00:00:00 2001 From: Adithya Samavedhi Date: Tue, 16 Jun 2026 16:10:57 -0700 Subject: [PATCH] upragde-build-setuptools-to-resolvelicense-file-error --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7082559..23e1f41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,8 @@ version = "0.3.6" description = "Client implementation and helper functions for integrating with the TTD Databricks services." readme = "README.md" requires-python = ">=3.10" -license = {text = "Apache-2.0"} -classifiers = [ - "License :: OSI Approved :: Apache Software License", -] +license = "Apache-2.0" +license-files = ["LICENSE"] authors = [ {name = "The Trade Desk"} ]