Skip to content

Commit a4b8e7d

Browse files
committed
Fix issue with pypi reading rst as markdown.
1 parent 3b92a35 commit a4b8e7d

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OpenXC for Python
33
===============================================
44

5-
.. image:: /docs/_static/logo.png
5+
.. image:: https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png
66

77
:Version: 1.0.0
88
:Web: http://openxcplatform.com
@@ -30,16 +30,9 @@ In addition to a port of the Android library API, the package also contains a
3030
number of command-line tools for connecting to the CAN translator and
3131
manipulating previously recorded vehicle data.
3232

33-
To package run "setup.py sdist bdist_wheel"
34-
to push to pypi run "python -m twine upload dist/*"
35-
Version files:
36-
CHANGELOG.rst
37-
README.rst
38-
openxc/version.py
39-
docs/index.rst
4033

4134
License
42-
=======
35+
========
4336

4437
Copyright (c) 2012-2017 Ford Motor Company
4538

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
version=get_version(),
2121
description='A Python library to connect to an OpenXC vehicle interface',
2222
long_description=long_description,
23+
long_description_content_type="text/x-rst",
2324
author='Christopher Peplin',
2425
author_email='cpeplin@ford.com',
2526
license='BSD',

0 commit comments

Comments
 (0)