Skip to content

Commit 71ab48a

Browse files
committed
Rename package to readykit v1.0.0
1 parent c6474c9 commit 71ab48a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "enferno"
3-
version = "12.0.0"
4-
description = "A modern Flask framework optimized for AI-assisted development workflows"
2+
name = "readykit"
3+
version = "1.0.0"
4+
description = "Production-ready Flask SaaS template with multi-tenant workspaces, Stripe billing, and OAuth"
55
authors = [
66
{name = "Level09", email = "hello@level09.com"}
77
]
@@ -114,7 +114,7 @@ ignore = [
114114
"__init__.py" = ["F401"]
115115

116116
[tool.ruff.lint.isort]
117-
known-first-party = ["enferno"]
117+
known-first-party = ["enferno", "readykit"]
118118

119119
[tool.ruff.format]
120120
quote-style = "double"

0 commit comments

Comments
 (0)