/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/hatch/publish/plugin/hooks.py
7 строк
155 B
Ofek Lev
Rename the default publishing plugin from `pypi` to the more generic `index` (#342)
10 июл 2022, 21:21
Не верифицирован
10 июл 2022, 21:21
3d0326a
Код
Авторство
О чём код?
from hatch.publish.index import IndexPublisher from hatchling.plugin import hookimpl @hookimpl def hatch_register_publisher(): return IndexPublisher