From 3c91f89794e4957437d67efb781eda2c1408e379 Mon Sep 17 00:00:00 2001 From: jgunstone Date: Mon, 17 Apr 2023 17:58:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46bfcc5..f3e42df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ build-backend = "hatchling.build" [project] name = "xlsxtemplater" -description = '' +dynamic = ["version"] +description = "" readme = "README.md" # requires-python = ">=3.7" license = "MIT" @@ -21,8 +22,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["python", "pandas", "openpyxl", "xlsxwriter", "dacite"] -dynamic = ["version"] +dependencies = ["pandas", "openpyxl", "xlsxwriter", "dacite"] + [project.urls] Documentation = "https://github.com/maxfordham/xlsxtemplater#readme"