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 c6474c9 commit 71ab48aCopy full SHA for 71ab48a
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
-name = "enferno"
3
-version = "12.0.0"
4
-description = "A modern Flask framework optimized for AI-assisted development workflows"
+name = "readykit"
+version = "1.0.0"
+description = "Production-ready Flask SaaS template with multi-tenant workspaces, Stripe billing, and OAuth"
5
authors = [
6
{name = "Level09", email = "hello@level09.com"}
7
]
@@ -114,7 +114,7 @@ ignore = [
114
"__init__.py" = ["F401"]
115
116
[tool.ruff.lint.isort]
117
-known-first-party = ["enferno"]
+known-first-party = ["enferno", "readykit"]
118
119
[tool.ruff.format]
120
quote-style = "double"
0 commit comments