Added dependencies to pyproject.toml

This commit is contained in:
Campbell 2024-03-06 08:57:23 -05:00 committed by GitHub
parent 67e93d7341
commit 9751ea0d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"