We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43e44f commit 76cb452Copy full SHA for 76cb452
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[tool.hatch.build.targets.wheel.force-include]
6
"dist" = "python_redlines/dist"
7
"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"
+"dist/win-x64-0.0.1.zip" = "python_redlines/dist/win-x64-0.0.1.zip"
9
10
[project]
11
name = "python-redlines"
@@ -16,7 +16,7 @@ requires-python = ">=3.8"
16
license = "MIT"
17
keywords = []
18
authors = [
19
- { name = "U.N. Owen", email = "void@some.where" },
+ { name = "John Scrudato IV" },
20
]
21
classifiers = [
22
"Development Status :: 4 - Beta",
0 commit comments