diff --git a/README.md b/README.md index 30671b4..bbe44f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # abraham -[![Build Status](https://travis-ci.org/ingenieroariel/abraham.svg?branch=master)](https://travis-ci.org/ingenieroariel/abraham) +[![Build Status](https://travis-ci.org/autti/abraham.svg?branch=master)](https://travis-ci.org/autti/abraham) [![Coverage Status](https://coveralls.io/repos/github/ingenieroariel/abraham/badge.svg?branch=master)](https://coveralls.io/github/ingenieroariel/abraham?branch=master) DBC files for Lincoln MKZ and Ford Fusion diff --git a/setup.py b/setup.py index 0b31e5c..8ae6b1f 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ def run_tests(self): author='', description='Can bus decoder for Lincoln MKZ', long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.md').read(), + long_description_content_type='text/markdown', tests_require=['pytest>=3.0,<3.1', 'coveralls', 'flake8'], cmdclass={'test': PyTest}, py_modules=['abraham'],