8 lines
204 B
TOML
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"]
|