Skip to content

Commit 76cb452

Browse files
committed
Change archive extension.
1 parent b43e44f commit 76cb452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[tool.hatch.build.targets.wheel.force-include]
66
"dist" = "python_redlines/dist"
77
"dist/linux-x64-0.0.1.tar.gz" = "python_redlines/dist/linux-x64-0.0.1.tar.gz"
8-
"dist/win-x64-0.0.1.tar.gz" = "python_redlines/dist/win-x64-0.0.1.tar.gz"
8+
"dist/win-x64-0.0.1.zip" = "python_redlines/dist/win-x64-0.0.1.zip"
99

1010
[project]
1111
name = "python-redlines"
@@ -16,7 +16,7 @@ requires-python = ">=3.8"
1616
license = "MIT"
1717
keywords = []
1818
authors = [
19-
{ name = "U.N. Owen", email = "void@some.where" },
19+
{ name = "John Scrudato IV" },
2020
]
2121
classifiers = [
2222
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)