File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,28 @@ description = "A modern Python library for handling files used by the Wii"
99readme = " README.md"
1010requires-python = " >=3.10"
1111classifiers = [
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]
1624dependencies = [
1725 " pycryptodome" ,
1826 " requests"
1927]
28+ keywords = [" Wii" , " wii" ]
2029
2130[project .urls ]
2231Homepage = " https://github.com/NinjaCheetah/libWiiPy"
32+ Documentation = " https://ninjacheetah.github.io/libWiiPy/"
33+ Repository = " https://github.com/NinjaCheetah/libWiiPy.git"
2334Issues = " https://github.com/NinjaCheetah/libWiiPy/issues"
2435
2536[build-system ]
You can’t perform that action at this time.
0 commit comments