Updated names in pyproject.toml

This commit is contained in:
jupfi 2024-02-22 11:59:34 +01:00
parent 46c9a77af3
commit c434517a1f

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "nqrduck-module"
version = "0.0.1"
authors = [
{ name="Julia Pfitzer", email="git@jupfi.me" },
{ name="$YOUR_NAME$", email="$YOUR_EMAIL$" },
]
description = "A template for nqrduck modules."
@ -17,7 +17,7 @@ requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: OS Independent",
]
dependencies = [