Files
Nyanger/pyproject.toml
T

24 lines
709 B
TOML
Raw Normal View History

2024-08-05 22:21:48 +02:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "nyanger"
2025-08-06 14:32:11 +02:00
version = "0.9.2"
2024-08-05 22:21:48 +02:00
authors = [
{ name="Kirill Harmatulla Shakirov", email="kirill.shakirov@protonmail.com" },
]
description = "Simple logger. Simple to use. Simple to modify."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: Education"
]
[project.urls]
Homepage = "https://github.com/Nyanraltotlapun/Nyanger"
Issues = "https://github.com/Nyanraltotlapun/Nyanger/issues"