From 22b28d002351b81ed4e3aff6105eef2bfa22ad34 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 19 Mar 2015 11:59:27 +0200 Subject: [PATCH] Update of author and maintainer names and url --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 10f56d5d..2c1b8234 100644 --- a/setup.py +++ b/setup.py @@ -31,11 +31,11 @@ if __name__ == '__main__': version=version, description='Python catalogs of objects providers', long_description=description, - author='ETS Labs', + author='Roman Mogilatov', author_email='rmogilatov@gmail.com', - maintainer='ETS Labs', + maintainer='Roman Mogilatov', maintainer_email='rmogilatov@gmail.com', - url='https://github.com/ets-labs/objects', + url='https://github.com/rmk135/objects', license='BSD New', packages=['objects'], zip_safe=True,