/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.41.2
tests/testdata/simple.dist/setup.py
11 строк
248 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="simple.dist", version="0.1", description="A testing distribution \N{SNOWMAN}", packages=["simpledist"], extras_require={"voting": ["beaglevote"]}, )