Rebrand to Another Nuzlocke Tracker (ANT)
Update all user-facing references from "Nuzlocke Tracker" to "Another Nuzlocke Tracker" / "ANT" across package configs, page titles, meta tags, nav header, documentation, and web manifest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Application settings
|
||||
APP_NAME="Nuzlocke Tracker API"
|
||||
APP_NAME="Another Nuzlocke Tracker API"
|
||||
DEBUG=true
|
||||
|
||||
# API settings
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "nuzlocke-tracker-api"
|
||||
name = "another-nuzlocke-tracker-api"
|
||||
version = "0.1.0"
|
||||
description = "Backend API for Nuzlocke Tracker"
|
||||
description = "Backend API for Another Nuzlocke Tracker"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
|
||||
@@ -8,7 +8,7 @@ class Settings(BaseSettings):
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
app_name: str = "Nuzlocke Tracker API"
|
||||
app_name: str = "Another Nuzlocke Tracker API"
|
||||
debug: bool = False
|
||||
|
||||
# API settings
|
||||
|
||||
Reference in New Issue
Block a user