/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.34.1
tests/testdata/simple.dist/setup.py
8 строк
222 B
Alex Grönholm
Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there
17 июл 2018, 15:02
17 июл 2018, 15:02
8949250
Код
Авторство
О чём код?
from setuptools import setup setup(name='simple.dist', version='0.1', description=u'A testing distribution \N{SNOWMAN}', packages=['simpledist'], extras_require={'voting': ['beaglevote']}, )