Skip to content

Commit a5f0c12

Browse files
committed
Update package description to better reflect project purpose
Modify pyproject.toml to provide a more concise and descriptive explanation of the xlviews package, emphasizing its core functionality of working with DataFrames in Excel
1 parent 7c25d4a commit a5f0c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "xlviews"
77
version = "0.3.1"
8-
description = "A Python package for writing xlsx files."
8+
description = "DataFrames for Excel"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
authors = [{ name = "daizutabi", email = "daizutabi@gmail.com" }]

0 commit comments

Comments
 (0)