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 = [