Skip to content

Commit ae92cbe

Browse files
author
薛華慶, james.hsueh
committed
fix: Use README.md for package description
1 parent 48e2037 commit ae92cbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Include essential files
22
include LICENSE
3-
include INSTALLER_README.md
3+
include README.md
44
include pyproject.toml
55
include gsi_installer.py
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
maintainers = [
99
{name = "GSI-Protocol Contributors"}
1010
]
11-
readme = "INSTALLER_README.md"
11+
readme = "README.md"
1212
requires-python = ">=3.10"
1313
license = {text = "MIT"}
1414
keywords = ["gsi-protocol", "sdd", "bdd", "gherkin", "claude", "codex", "ai", "workflow", "spec-driven-development"]
@@ -49,7 +49,7 @@ only-include = ["gsi_installer.py"]
4949
only-include = [
5050
"gsi_installer.py",
5151
"pyproject.toml",
52-
"INSTALLER_README.md",
52+
"README.md",
5353
"LICENSE",
5454
"MANIFEST.in"
5555
]

0 commit comments

Comments
 (0)