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,