diff --git a/pyproject.toml b/pyproject.toml index 028390f..89186c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "theine_core" requires-python = ">=3.7" -license = "MIT" +license = {text = "BSD-3-Clause"} classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",