Files
2026-07-13 13:22:34 +08:00

8 lines
204 B
TOML

[project]
name = "pypi"
version = "0.1.0"
description = "A minimal client for fetching package metadata from PyPI."
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["aiohttp", "packaging"]