Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 17, 2023
1 parent 13402e1 commit 3c91f89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ build-backend = "hatchling.build"

[project]
name = "xlsxtemplater"
description = ''
dynamic = ["version"]
description = ""
readme = "README.md"
# requires-python = ">=3.7"
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit 3c91f89

Please sign in to comment.