11[project ]
22name = " gsi-protocol-installer"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " Installer for GSI-Protocol workflow commands (Claude Code & Codex)"
55authors = [
6+ {
name =
" James Hsueh" ,
email =
" [email protected] " }
7+ ]
8+ maintainers = [
69 {name = " GSI-Protocol Contributors" }
710]
8- readme = " README .md"
11+ readme = " INSTALLER_README .md"
912requires-python = " >=3.10"
1013license = {text = " MIT" }
11- keywords = [" gsi-protocol" , " sdd" , " bdd" , " gherkin" , " claude" , " codex" , " ai" ]
14+ keywords = [" gsi-protocol" , " sdd" , " bdd" , " gherkin" , " claude" , " codex" , " ai" , " workflow " , " spec-driven-development " ]
1215classifiers = [
1316 " Development Status :: 4 - Beta" ,
1417 " Intended Audience :: Developers" ,
1518 " License :: OSI Approved :: MIT License" ,
19+ " Operating System :: OS Independent" ,
1620 " Programming Language :: Python :: 3" ,
1721 " Programming Language :: Python :: 3.10" ,
1822 " Programming Language :: Python :: 3.11" ,
1923 " Programming Language :: Python :: 3.12" ,
2024 " Topic :: Software Development :: Code Generators" ,
2125 " Topic :: Software Development :: Testing" ,
26+ " Topic :: Software Development :: Quality Assurance" ,
27+ " Environment :: Console" ,
2228]
2329
2430[project .urls ]
2531Homepage = " https://github.com/CodeMachine0121/GSI-Protocol"
2632Documentation = " https://github.com/CodeMachine0121/GSI-Protocol/blob/main/README.md"
2733Repository = " https://github.com/CodeMachine0121/GSI-Protocol"
2834Issues = " https://github.com/CodeMachine0121/GSI-Protocol/issues"
35+ Changelog = " https://github.com/CodeMachine0121/GSI-Protocol/blob/main/CODEX_SUPPORT_CHANGELOG.md"
2936
3037[project .scripts ]
3138gsi-install = " gsi_installer:main"
@@ -39,4 +46,10 @@ packages = ["."]
3946only-include = [" gsi_installer.py" ]
4047
4148[tool .hatch .build .targets .sdist ]
42- only-include = [" gsi_installer.py" , " pyproject.toml" , " README.md" , " LICENSE" ]
49+ only-include = [
50+ " gsi_installer.py" ,
51+ " pyproject.toml" ,
52+ " INSTALLER_README.md" ,
53+ " LICENSE" ,
54+ " MANIFEST.in"
55+ ]
0 commit comments