/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.43.0
tests/testdata/unicode.dist/setup.py
11 строк
222 B
Alex Grönholm
Worked around a bizarre PyPy+Windows issue with bdist_egg
11 мар 2024, 21:17
11 мар 2024, 21:17
dedcc19
Код
Авторство
О чём код?
from __future__ import annotations from setuptools import setup setup( name="unicode.dist", version="0.1", description="A testing distribution \N{SNOWMAN}", packages=["unicodedist"], zip_safe=True, )