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"