From 4bc8e43ff4cc4210f1070abe290a469634382af9 Mon Sep 17 00:00:00 2001 From: Sebastian Straub Date: Fri, 8 Dec 2023 15:21:43 +0100 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f34ff64..78371f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,15 +3,16 @@ name = "at-python-template" version = "1.0.0" description = "This is the official Python Project Template of Alexander Thamm GmbH (AT)" authors = [ - "Sebastian Straub (sebastian.straub [at] alexanderthamm.com)", - "Steffen Bunzel (steffen.bunzel [at] alexanderthamm.com)", - "Hans Rauer (hans.rauer [at] alexanderthamm.com)", - "Simon Weiß (simon.weiss [at] alexanderthamm.com)", - "Honza Bílek (jan.bilek [at] alexanderthamm.com)", - "Christian Baur (chrisitan.baur [at] alexanderthamm.com)" + "Sebastian Straub ", + "Steffen Bunzel ", + "Hans Rauer ", + "Simon Weiß ", + "Honza Bílek ", + "Christian Baur " ] license = "Apache License, Version 2.0" readme = "README.md" +packages = [{ include = "{{cookiecutter.module_name}}", from = "{{cookiecutter.project_slug}}/src" }] [tool.poetry.dependencies] python = "^3.8"