diff --git a/pyproject.toml b/pyproject.toml index 1a76a58..1b74770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "arcaea-offline-ocr" -version = "0.0.97" +version = "0.0.98" authors = [{ name = "283375", email = "log_283375@163.com" }] description = "Extract your Arcaea play result from screenshot." readme = "README.md" @@ -16,8 +16,8 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://github.com/283375/arcaea-offline-ocr" -"Bug Tracker" = "https://github.com/283375/arcaea-offline-ocr/issues" +"Homepage" = "https://github.com/ArcaeaOffline/core-ocr" +"Bug Tracker" = "https://github.com/ArcaeaOffline/core-ocr/issues" [tool.isort] profile = "black"