diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 15:37:46 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 15:37:46 +0200 |
| commit | 2fae593de291a9963f932ffe0e18241b9f95e5c8 (patch) | |
| tree | 88d992270728397b8bebf6daf038761e3135f849 /tests/testdata | |
| parent | c716c87ffa528ac9a31de3ed3217058848dc2cd2 (diff) | |
| download | wheel-git-2fae593de291a9963f932ffe0e18241b9f95e5c8.tar.gz | |
Dropped support for unmaintained Python versions
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/unicode.dist/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/unicode.dist/setup.py b/tests/testdata/unicode.dist/setup.py index bb0ff60..3382b53 100644 --- a/tests/testdata/unicode.dist/setup.py +++ b/tests/testdata/unicode.dist/setup.py @@ -1,4 +1,3 @@ -# coding: utf-8 from setuptools import setup setup(name='unicode.dist', |
