mirror of
https://github.com/nqrduck/nqrduck-module.git
synced 2024-12-21 23:30:29 +00:00
Fixed Email in pyproject.toml
This commit is contained in:
parent
c434517a1f
commit
3effc49fed
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue