[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "signalvault_verifiable_privacy_preservin" version = "0.1.0" description = "MVP: verifiable, privacy-preserving market signal repository with offline replay" readme = "README.md" requires-python = ">=3.11" [tool.setuptools.packages.find] where = ["." ] # Version is defined in [project]. No dynamic tooling required for MVP.