Skip to content

Commit

Permalink
chore(packaging): configure project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Aug 31, 2018
1 parent 6cdece9 commit 421727a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VERSION_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'coveralls', 'version.py')

DESCRIPTION = open('README.rst').read() + '\n\n' + open('CHANGELOG.md').read()
DESCRIPTION = open('README.rst').read()

VERSION = None
with open(VERSION_FILE, 'r') as f:
Expand All @@ -18,6 +18,11 @@
version=VERSION,
packages=['coveralls'],
url='http://github.com/coveralls-clients/coveralls-python',
project_urls={
'Changelog': ('https://github.com/coveralls-clients/coveralls-python/'
'blob/master/CHANGELOG.md')
'Docs': 'https://coveralls-python.rtfd.io/',
},
license='MIT',
author='coveralls-clients contributors',
description='Show coverage stats online via coveralls.io',
Expand Down

0 comments on commit 421727a

Please sign in to comment.