Skip to content

Commit 4f96e1b

Browse files
committed
Add more detailed keys to pyproject.toml
1 parent bcd61b8 commit 4f96e1b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,28 @@ description = "A modern Python library for handling files used by the Wii"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
classifiers = [
12-
"Programming Language :: Python :: 3",
12+
# How mature is this project? Common values are
13+
# 3 - Alpha
14+
# 4 - Beta
15+
# 5 - Production/Stable
16+
"Development Status :: 4 - Beta",
17+
"Intended Audience :: Developers",
1318
"License :: OSI Approved :: MIT License",
1419
"Operating System :: OS Independent",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
1523
]
1624
dependencies = [
1725
"pycryptodome",
1826
"requests"
1927
]
28+
keywords = ["Wii", "wii"]
2029

2130
[project.urls]
2231
Homepage = "https://github.com/NinjaCheetah/libWiiPy"
32+
Documentation = "https://ninjacheetah.github.io/libWiiPy/"
33+
Repository = "https://github.com/NinjaCheetah/libWiiPy.git"
2334
Issues = "https://github.com/NinjaCheetah/libWiiPy/issues"
2435

2536
[build-system]

0 commit comments

Comments
 (0)