From c434517a1f2b0848a9f7e5dbae8c3c243e6f0d09 Mon Sep 17 00:00:00 2001 From: jupfi Date: Thu, 22 Feb 2024 11:59:34 +0100 Subject: [PATCH] Updated names in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7206e50..bd01703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [