From 6c3a5bda8a449708eac9b43d43b8542608fac0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Thu, 9 Aug 2018 09:49:35 +0200 Subject: [PATCH] Add @drnextgis to authors --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 207f7f41..2bbbde8f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = 'telluric' copyright = '2018, Satellogic' -author = 'Juan Luis Cano, Guy Doulberg, Slava Kerner, Lucio Torre, Ariel Zerahia' +author = 'Juan Luis Cano, Guy Doulberg, Slava Kerner, Lucio Torre, Ariel Zerahia, Denis Rykov' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/setup.py b/setup.py index 5f5578ca..71b697c2 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description='Interactive geospatial data manipulation in Python', license="MIT", long_description=open('README.md', encoding='utf-8').read(), - author='Juan Luis Cano, Guy Doulberg, Slava Kerner, Lucio Torre, Ariel Zerahia', + author='Juan Luis Cano, Guy Doulberg, Slava Kerner, Lucio Torre, Ariel Zerahia, Denis Rykov', maintainer_email='juanlu@satellogic.com', url='https://github.com/satellogic/telluric/', download_url=(