diff --git a/pyproject.toml b/pyproject.toml index 9054206..0f622d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rentcache" version = "0.1.0" description = "Intelligent caching proxy for Rentcast API with cost management and rate limiting" authors = [ - {name = "Your Name", email = "your.email@example.com"} + {name = "Ryan Malloy", email = "ryan@supported.systems"} ] readme = "README.md" license = {text = "MIT"} @@ -67,7 +67,10 @@ rentcache-server = "rentcache.server:run" requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build] +[tool.hatch.build.targets.sdist] +include = ["src/rentcache"] + +[tool.hatch.build.targets.wheel] packages = ["src/rentcache"] [tool.ruff]