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>
10 lines
235 B
TOML
10 lines
235 B
TOML
[project]
|
|
name = "import-pokedb"
|
|
version = "0.1.0"
|
|
description = "Convert PokeDB.org JSON data exports into ANT seed format"
|
|
requires-python = ">=3.12"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
import-pokedb = "import_pokedb.__main__:main"
|