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"} ]