summaryrefslogtreecommitdiff
path: root/tests/testdata/unicode.dist/setup.py
blob: 606f42a56cb8b2d69de13d97cc358893304c0f61 (plain)
1
2
3
4
5
6
7
8
from setuptools import setup

setup(
    name="unicode.dist",
    version="0.1",
    description="A testing distribution \N{SNOWMAN}",
    packages=["unicodedist"],
)