[project] name = "ppi" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ "gradio>=5.3.0", "ipython>=9.5.0", "numpy>=2.3.3", "pandas>=2.3.2", "ppi", "pydantic>=2.11.9", "seaborn>=0.13.2", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] include = ["src/ppi"] [tool.hatch.build.targets.wheel] include = ["src/ppi"] [tool.hatch.build.targets.wheel.sources] "src/ppi" = "ppi" [tool.uv.sources] ppi = { workspace = true }