pyproject.toml
329 B · toml · 15 lines
1[project]2name = "mrlypy"3version = "0.0.1"4description = "MrlyProd; or, Marley Productions"5readme = "README.md"6license = "MIT"7requires-python = ">=3.9"89[project.urls]10Homepage = "https://mrly.net"11Repository = "https://github.com/mrlyprod/mrlyprod"1213[build-system]14requires = ["hatchling"]15build-backend = "hatchling.build"