Inital Commit!
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user