diff --git a/pyproject.toml b/pyproject.toml index da2f65b..dd38b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "semapact" version = "0.8.1" -description = "Lifecycle governance for data contracts and enterprise semantics" +description = "Lifecycle governance for ODCS data contracts, schema evolution, and breaking changes" readme = "README.md" requires-python = ">=3.11,<3.15" license = { file = "LICENSE" } @@ -13,11 +13,16 @@ authors = [ { name = "Elliot Sun" }, ] keywords = [ + "data-contract", "data-contracts", "data-governance", + "data-products", "odcs", + "schema-evolution", + "breaking-changes", "gitops", "databricks", + "unity-catalog", ] classifiers = [ "Development Status :: 4 - Beta", @@ -128,4 +133,4 @@ upload_to_pypi = false upload_to_release = true build_command = "uv build" allow_zero_version = true -major_on_zero = false +major_on_zero = false \ No newline at end of file