diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-07-26 01:10:12 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-07-26 01:10:12 +0300 |
| commit | f5b302c3328fd02ef6e21d96c343959b6acb40c1 (patch) | |
| tree | a48d2c70443275ccda605ddd5ad35fab6766a8da /setup.py | |
| parent | dd16e4b990e029ca6384e36322ba51189cae6d56 (diff) | |
| download | wheel-git-f5b302c3328fd02ef6e21d96c343959b6acb40c1.tar.gz | |
Added yours truly as maintainer
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# coding: utf-8 import os.path, codecs, re from setuptools import setup @@ -32,7 +33,9 @@ setup(name='wheel', ], author='Daniel Holth', author_email='dholth@fastmail.fm', - url='https://bitbucket.org/pypa/wheel/', + maintainer=u'Alex Grönholm', + maintainer_email='alex.gronholm@nextday.fi', + url='https://github.com/pypa/wheel', keywords=['wheel', 'packaging'], license='MIT', packages=[ |
