[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "contract_management" version = "1.0.0" description = "Enterprise contract management module with AI integration" authors = [{name = "Hermes Agent", email = "hermes@example.com"}] readme = "README.md" requires-python = ">=3.8" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ] dependencies = [ "sqlor", "bricks_for_python", ] [tool.setuptools.packages.find] where = ["."] include = ["contract_management*"] exclude = ["skill*", "wwwroot*", "models*", "json*", "init*"]