mirror of
https://github.com/nqrduck/nqrduck-module.git
synced 2025-01-02 20:58:10 +00:00
Updated names in pyproject.toml
This commit is contained in:
parent
46c9a77af3
commit
c434517a1f
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue