Updated pyproject.toml for first public release

This commit is contained in:
Campbell 2024-02-28 23:53:52 -05:00
parent 2bacc474f4
commit 1a0a787cfa

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"