Update pyproject.toml

Added mithuns mail and changed v4 beta to v4 stable

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B 2025-08-16 08:07:04 +05:30 committed by GitHub
parent 40840dae0b
commit dc5f8f9f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "SuperClaude" name = "SuperClaude"
version = "4.0.0b1" version = "4.0.0"
authors = [ authors = [
{name = "NomenAK", email = "anton.knoery@gmail.com"}, {name = "NomenAK", email = "anton.knoery@gmail.com"},
{name = "Mithun Gowda B"} {name = "Mithun Gowda B", email = "mithungowda.b7411@gmail.com"}
] ]
description = "SuperClaude Framework Management Hub - AI-enhanced development framework for Claude Code" description = "SuperClaude Framework Management Hub - AI-enhanced development framework for Claude Code"
readme = "README.md" readme = "README.md"
@ -134,4 +134,4 @@ exclude_lines = [
"if 0:", "if 0:",
"if __name__ == .__main__.:" "if __name__ == .__main__.:"
] ]
show_missing = true show_missing = true