/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-twisted/patches/002-omit-tests.patch
10 строк
172 B
Jeffery To
python-twisted: Update to 23.10.0, refresh patches
15 ноя 2023, 21:20
15 ноя 2023, 21:20
a317ea2
Код
Авторство
О чём код?
--- a/pyproject.toml +++ b/pyproject.toml @@ -182,6 +182,7 @@ exclude = [ "*.pxi", "*.pyx", "build.bat", + "test", ] [tool.hatch.build.targets.sdist]