From 1d5f7f6277fed85027f5e78103083cc0aea1a574 Mon Sep 17 00:00:00 2001 From: Artur Nowosielski <97442576+artnowo-alle@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:51:48 +0100 Subject: [PATCH] Updated contact information (#346) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 84f0a39e..15c769a9 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ def read_requirements(name): setuptools.setup( name="bigflow", version=version, - author=u"Chi", - author_email="chibox-team@allegrogroup.com", + author=u"Pogranicze", + author_email="pogranicze-team@allegro.pl", description="BigQuery client wrapper with clean API", long_description=long_description, long_description_content_type="text/markdown",