Fixed Email in pyproject.toml

This commit is contained in:
jupfi 2024-02-24 12:35:04 +01:00
parent c434517a1f
commit 3effc49fed

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "nqrduck-module"
version = "0.0.1"
authors = [
{ name="$YOUR_NAME$", email="$YOUR_EMAIL$" },
{ name="YOUR_NAME", email="YOUR@EMAIL.cool" },
]
description = "A template for nqrduck modules."