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',