Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ 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" }
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",
Expand Down Expand Up @@ -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
Loading