Mercurial > personal > weather-server
view pyproject.toml @ 38:d5a18ecebf47
Convert to Hatch pyproject.toml.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 01 Apr 2025 15:46:16 -0400 |
parents | |
children | b77c8e7d2742 |
line wrap: on
line source
[build-system] requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] name = "weather-server" dynamic = ["version"] requires-python = ">=3.7" dependencies = [ "attrs", "flask", "flup", "pymongo", "pytz", ] [tool.hatch.version] source = "vcs" [tool.hatch.build.targets.sdist] include = [ "/weather_server", ]