From 09e6120edf75979a20da66e792ca110698d5f996 Mon Sep 17 00:00:00 2001 From: gmt2001 Date: Mon, 17 Aug 2020 01:23:45 -0400 Subject: [PATCH] Update setup.py and __init__.py --- pyouroboros/__init__.py | 2 +- setup.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyouroboros/__init__.py b/pyouroboros/__init__.py index 59739525..d580573d 100644 --- a/pyouroboros/__init__.py +++ b/pyouroboros/__init__.py @@ -1,2 +1,2 @@ VERSION = "1.6.0" -BRANCH = "master" +BRANCH = "main" diff --git a/setup.py b/setup.py index 1f0b455a..2d8c5cef 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,13 @@ def get_requirements(filename="requirements.txt"): setup( name='ouroboros-cli', version=VERSION, - maintainer='circa10a', - maintainer_email='caleblemoine@gmail.com', + author='circa10a', + author_email='caleblemoine@gmail.com', + maintainer='gmt2001', description='Automatically update running docker containers', long_description=read('README.md'), long_description_content_type='text/markdown', - url='https://github.com/pyouroboros/ouroboros', + url='https://github.com/gmt2001/ouroboros', license='MIT', classifiers=['Programming Language :: Python', 'Programming Language :: Python :: 3.6',