Updated pyproject.toml for first public release

This commit is contained in:
Campbell 2024-02-28 23:52:26 -05:00
parent d7e45bb2a4
commit ed21fc0704

View File

@ -1,8 +1,9 @@
[project] [project]
name = "libWiiPy" name = "libWiiPy"
version = "0.0.1" version = "0.1.0"
authors = [ authors = [
{ name="NinjaCheetah", email="ninjacheetah@ncxprogramming.com" }, { name="NinjaCheetah", email="ninjacheetah@ncxprogramming.com" },
{ name="Lillian Skinner", email="lillian@randommeaninglesscharacters.com" }
] ]
description = "A Wii-related library for Python" description = "A Wii-related library for Python"
readme = "README.md" readme = "README.md"