From dd299dcd94dcc34d18d70010c818f6913da14531 Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Thu, 7 Oct 2021 12:34:17 +0200 Subject: [PATCH 1/2] Modified 'author_email' for Python package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 569d555e8..4ead4e0ca 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ def build_extension(self, ext): name='depthai', version=__version__, author='Martin Peterlin', - author_email='martin@luxonis.com', + author_email='support@luxonis.com', description='DepthAI Python Library', license="MIT", long_description=long_description, From cc288ff15323fa62039ddc08b92095e01fb7dd1e Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Thu, 7 Oct 2021 14:48:56 +0200 Subject: [PATCH 2/2] Updated author --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ead4e0ca..5eb0f5308 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,7 @@ def build_extension(self, ext): setup( name='depthai', version=__version__, - author='Martin Peterlin', + author='Luxonis', author_email='support@luxonis.com', description='DepthAI Python Library', license="MIT",