diff --git a/pyproject.toml b/pyproject.toml index 6c86e77..1c2cee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "tabpfn-common-utils" dynamic = ["version"] description = "Utilities shared between TabPFN codebases" readme = "README.md" +license = { file = "LICENSE" } authors = [ {name = "Prior Labs", email = "hello@priorlabs.ai"} ]