Skip to content

Commit

Permalink
Moved version to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoruiz committed Sep 19, 2014
1 parent cdcecfc commit 834a135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -27,15 +27,14 @@
from setuptools import find_packages
from setuptools import setup


_CURRENT_DIR_PATH = os.path.abspath(os.path.dirname(__file__))
_README_CONTENTS = open(os.path.join(_CURRENT_DIR_PATH, "README.rst")).read()
_VERSION = \
open(os.path.join(_CURRENT_DIR_PATH, "VERSION.txt")).readline().rstrip()


setup(
name="python-elm",
version=_VERSION,
version="1.0a",
description="Python library to communicate with a vehicle's PCM "
"(aka ECU) via an ELM327-like device",
long_description=_README_CONTENTS,
Expand Down

0 comments on commit 834a135

Please sign in to comment.