pyproject.toml

This commit is contained in:
Pardesi_Cat 2024-01-14 00:57:38 +05:30
parent 273a90ff38
commit 3fc6d5ba93
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
1 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
[tool.poetry]
[Project]
name = "Pardesicat Practice set"
version = "0"
description = "Self made Practice set to learn python"
authors = ["Pardesi_caat <contact@pardesicat.xyz>"]
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"