Initial commit

This commit is contained in:
2026-02-17 19:28:52 -05:00
commit d2c69fa3a3
2 changed files with 71 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "rbx-upload"
version = "0.1.0"
description = "Roblox asset upload client"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.25.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/rbx_upload"]