diff --git a/README.md b/README.md index 7c72e35..8274123 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CalypSSO -A Next.js small and static frontend for Hyperion +A small and static Next.js frontend for Hyperion ## Next.js development diff --git a/pyproject.toml b/pyproject.toml index 5e9e574..d0d986d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "CalypSSO" dynamic = ["version"] -description = "FastAPI app to serve static react webpages for Hyperion" +description = "A small and static Next.js frontend for Hyperion" readme = "README.md" requires-python = ">=3.8" license = "MIT" @@ -97,5 +97,8 @@ skip-magic-trailing-comma = false line-ending = "auto" [tool.mypy] -python_version = "3.11" -strict = true \ No newline at end of file +python_version = "3.12" +strict = true +exclude = '''(?x)( + dist/*$ +)''' # TOML's single-quoted strings do not require escaping backslashes \ No newline at end of file