Skip to content

Commit 89e2a53

Browse files
authored
Merge pull request #113 from openxc/instructions
Add updated instructions for pypi deployment
2 parents 8daad03 + ed95d33 commit 89e2a53

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
OpenXC Python Library Changelog
22
===============================
33

4+
v0.15.0-dev
5+
----------
6+
47
v0.15.0
58
----------
69

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC for Python
44

55
.. image:: /docs/_static/logo.png
66

7-
:Version: 0.15.0
7+
:Version: 0.15.0-dev
88
:Web: http://openxcplatform.com
99
:Download: http://pypi.python.org/pypi/openxc/
1010
:Documentation: http://python.openxcplatform.com
@@ -30,6 +30,13 @@ 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
3340
3441
License
3542
=======

0 commit comments

Comments
 (0)