Update ReadMe.md; Add gitPushTags.groovy; Update setup.py;
This commit is contained in:
4
setup.py
4
setup.py
@ -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',
|
||||
|
Reference in New Issue
Block a user