/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.41.2
tests/testdata/unicode.dist/setup.py
10 строк
203 B
Henry Schreiner
Added pyupgrade and flake8-bugbear to pre-commit config (#432)
30 дек 2021, 22:45
Не верифицирован
30 дек 2021, 22:45
ad29512
Код
Авторство
О чём код?
from __future__ import annotations from setuptools import setup setup( name="unicode.dist", version="0.1", description="A testing distribution \N{SNOWMAN}", packages=["unicodedist"], )