mod: add repo & mirror

This commit is contained in:
2025-12-23 22:28:44 +03:00
parent 2a3f55fb49
commit 00efdde999
2 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,13 @@
Экранная типографика для веба — способствует повышению читабельности текста в интернете,
приближая его к печатной типографике.
## Репозитории / Repositories
Исходный код доступен на нескольких площадках:
* [Gitea](https://git.cube2.ru/erjemin/2025-etpgrf) (Основной self-hosted)
* [GitHub](https://github.com/erjemin/etpgrf) (Главное зеркало)
* [GitVerse](https://gitverse.ru/erjemin/etpgrf) (Зеркало на GitVerse)
## Установка
```bash

View File

@@ -32,6 +32,8 @@ dependencies = [
[project.urls]
"Homepage" = "https://github.com/erjemin/etpgrf"
"Bug Tracker" = "https://github.com/erjemin/etpgrf/issues"
"Mirror (GitVerse)" = "https://gitverse.ru/erjemin/etpgrf"
"Selfhosted (Gitea)" = "https://gitverse.ru/erjemin/etpgrf"
[tool.setuptools.packages.find]
where = ["."] # Искать пакеты в корне (найдет папку etpgrf)