Files
rbx-upload/pyproject.toml
T

26 lines
440 B
TOML

[project]
name = "rbx-upload"
version = "0.1.0"
description = "Roblox asset upload client"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.25.0",
]
license = "MIT"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/rbx_upload"]
[dependency-groups]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.24",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"