Inital Commit!

This commit is contained in:
KoffeeJava
2026-01-29 19:41:22 -07:00
commit 19ad2840b8
14 changed files with 334 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[build-system]
requires = ["uv_build >= 0.9.26, <0.10.0"]
build-backend = "uv_build"
[project]
name = "macaronipm"
version = "3.0.0"
authors = [
{ name="KoffeeJava", email="koffeejava@tuta.io" },
]
description = "A PenguinMod API Wrapper"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://www.koffeejava.us/macaroni"