summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 15:37:46 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-22 15:37:46 +0200
commit2fae593de291a9963f932ffe0e18241b9f95e5c8 (patch)
tree88d992270728397b8bebf6daf038761e3135f849 /setup.py
parentc716c87ffa528ac9a31de3ed3217058848dc2cd2 (diff)
downloadwheel-git-2fae593de291a9963f932ffe0e18241b9f95e5c8.tar.gz
Dropped support for unmaintained Python versions
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 628efe3..6068493 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-# coding: utf-8
from setuptools import setup
-setup(maintainer=u'Alex Grönholm')
+setup()