summaryrefslogtreecommitdiff
path: root/tests/testdata/unicode.dist/setup.py
blob: 89c4be128c3aab533f8998dac8a1319a87a434b5 (plain)
1
2
3
4
5
6
7
8
9
10
from __future__ import annotations

from setuptools import setup

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