selfmade-python-practice/pyproject.toml

16 lines
444 B
TOML

[Project]
name = "Pardesicat Practice set"
version = "0"
description = "Self made Practice set to learn python"
requires-python = ">= 3.12"
authors = [
{name = "Pardesi_Cat", email = "contact@pardesicat.xyz"}
]
maintainers = [
{name = "Pardesi_Cat" , email = "contact@pardesicat.xyz"}
]
[project.urls]
Homepage = "https://pardesicat.xyz"
Repository = "https://git.pardesicat.xyz/pardesicat/selfmade-python-practice.git"