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 /setup.py | |
| parent | c716c87ffa528ac9a31de3ed3217058848dc2cd2 (diff) | |
| download | wheel-git-2fae593de291a9963f932ffe0e18241b9f95e5c8.tar.gz | |
Dropped support for unmaintained Python versions
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ -# coding: utf-8 from setuptools import setup -setup(maintainer=u'Alex Grönholm') +setup() |
