Update ReadMe.md; Add gitPushTags.groovy; Update setup.py;

This commit is contained in:
2019-12-20 14:59:38 -05:00
parent 513cc6230f
commit a8053afa93
4 changed files with 21 additions and 27 deletions

View File

@ -17,7 +17,7 @@ from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
def read(*parts):
@ -46,7 +46,7 @@ setup(
long_description=long_description,
# The project's main homepage.
url='https://git-codecommit.us-east-1.amazonaws.com/v1/repos/auto-semver',
url='https://github.com/RightBrain-Networks/auto-semver',
# Author details
author='RightBrain Networks',