diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 16:30:41 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 16:30:41 +0200 |
| commit | fa4de8bd7dce1611be217ade3aade0bd8c76ca7a (patch) | |
| tree | 621e55e88d3861bea1dc2c42ea0eae87b5930b89 /tests/testdata/simple.dist | |
| parent | 45af6b0f420b7a90af417b3846b0bdfe1c6a70d4 (diff) | |
| download | wheel-git-fa4de8bd7dce1611be217ade3aade0bd8c76ca7a.tar.gz | |
Upgraded to py3.7+ syntax
Diffstat (limited to 'tests/testdata/simple.dist')
| -rw-r--r-- | tests/testdata/simple.dist/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/simple.dist/setup.py b/tests/testdata/simple.dist/setup.py index d2aaac9..81b26cd 100644 --- a/tests/testdata/simple.dist/setup.py +++ b/tests/testdata/simple.dist/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='simple.dist', version='0.1', - description=u'A testing distribution \N{SNOWMAN}', + description='A testing distribution \N{SNOWMAN}', packages=['simpledist'], extras_require={'voting': ['beaglevote']}, ) |
