From 9fd97abe5e3076630b25ac4fc6b2c6f7bd4e816e Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Wed, 7 Nov 2018 11:59:12 -0600 Subject: [PATCH] update author to Heroku --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9e211c9..a5f378a 100755 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ setup( install_requires=deps, description='Binary Build Toolkit.', # long_description='Meh.',/ - author='Kenneth Reitz', - author_email='kenneth@heroku.com', + author='Heroku', + author_email='cfaist@heroku.com', url='https://github.com/heroku-python/bob-builder', packages=['bob'], license='MIT',