mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 05:11:02 -04:00
Add more detailed keys to pyproject.toml
This commit is contained in:
parent
bcd61b8a37
commit
4f96e1b0d9
@ -9,17 +9,28 @@ description = "A modern Python library for handling files used by the Wii"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
# How mature is this project? Common values are
|
||||||
|
# 3 - Alpha
|
||||||
|
# 4 - Beta
|
||||||
|
# 5 - Production/Stable
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pycryptodome",
|
"pycryptodome",
|
||||||
"requests"
|
"requests"
|
||||||
]
|
]
|
||||||
|
keywords = ["Wii", "wii"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/NinjaCheetah/libWiiPy"
|
Homepage = "https://github.com/NinjaCheetah/libWiiPy"
|
||||||
|
Documentation = "https://ninjacheetah.github.io/libWiiPy/"
|
||||||
|
Repository = "https://github.com/NinjaCheetah/libWiiPy.git"
|
||||||
Issues = "https://github.com/NinjaCheetah/libWiiPy/issues"
|
Issues = "https://github.com/NinjaCheetah/libWiiPy/issues"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user