/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.35.0
tests/testdata/unicode.dist/setup.py
8 строк
190 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
Код
Авторство
О чём код?
# coding: utf-8 from setuptools import setup setup(name='unicode.dist', version='0.1', description=u'A testing distribution \N{SNOWMAN}', packages=['unicodedist'] )