mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 05:11:02 -04:00
Added dependencies to pyproject.toml
This commit is contained in:
parent
748dbfd6d5
commit
230095e199
@ -5,7 +5,7 @@ authors = [
|
||||
{ name="NinjaCheetah", email="ninjacheetah@ncxprogramming.com" },
|
||||
{ name="Lillian Skinner", email="lillian@randommeaninglesscharacters.com" }
|
||||
]
|
||||
description = "A Wii-related library for Python"
|
||||
description = "A modern Python library for handling files used by the Wii"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
@ -13,6 +13,9 @@ classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"pycryptodome",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/NinjaCheetah/libWiiPy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user