Mercurial > personal > weather-server
view pyproject.toml @ 47:d200755e0930 v0.1.5
go back to fahrenheit
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 03 May 2025 20:12:28 -0400 |
parents | b77c8e7d2742 |
children |
line wrap: on
line source
[build-system] requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] name = "weather-server" dynamic = ["version"] requires-python = ">=3.9" dependencies = [ "attrs", "flask", "flup", "pymongo", ] [tool.hatch.version] source = "vcs" [tool.hatch.build.targets.sdist] include = [ "/weather_server", ]