22 lines
503 B
TOML
22 lines
503 B
TOML
[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" |