summaryrefslogtreecommitdiff
path: root/tests/testdata/complex-dist/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 16:30:41 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 16:30:41 +0200
commitfa4de8bd7dce1611be217ade3aade0bd8c76ca7a (patch)
tree621e55e88d3861bea1dc2c42ea0eae87b5930b89 /tests/testdata/complex-dist/setup.py
parent45af6b0f420b7a90af417b3846b0bdfe1c6a70d4 (diff)
downloadwheel-git-fa4de8bd7dce1611be217ade3aade0bd8c76ca7a.tar.gz
Upgraded to py3.7+ syntax
Diffstat (limited to 'tests/testdata/complex-dist/setup.py')
-rw-r--r--tests/testdata/complex-dist/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/complex-dist/setup.py b/tests/testdata/complex-dist/setup.py
index 41cfb04..632ae3f 100644
--- a/tests/testdata/complex-dist/setup.py
+++ b/tests/testdata/complex-dist/setup.py
@@ -2,8 +2,8 @@ from setuptools import setup
setup(name='complex-dist',
version='0.1',
- description=u'Another testing distribution \N{SNOWMAN}',
- long_description=u'Another testing distribution \N{SNOWMAN}',
+ description='Another testing distribution \N{SNOWMAN}',
+ long_description='Another testing distribution \N{SNOWMAN}',
author="Illustrious Author",
author_email="illustrious@example.org",
url="http://example.org/exemplary",