py-gidb/pyproject.toml

16 lines
453 B
TOML
Raw Normal View History

2023-11-12 22:44:51 +03:00
[project]
2023-11-12 22:53:13 +03:00
name = "pygidb"
version = "0.0.1a0"
2023-11-12 22:44:51 +03:00
authors = [{ name="ScuroNeko" }]
description = "Library for operating with Genshin Impact DB"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://git.nix13.pw/gidb/py-gidb"
"Bug Tracker" = "https://git.nix13.pw/gidb/py-gidb/issues"