Skip to content

Commit

Permalink
Update setup.py and __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt2001 committed Aug 17, 2020
1 parent 7ac3ac4 commit 09e6120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyouroboros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "1.6.0"
BRANCH = "master"
BRANCH = "main"
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 09e6120

Please sign in to comment.