Skip to content

Commit

Permalink
Updated setup.py for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
viogp committed Jun 3, 2019
1 parent 404cbf5 commit 6c19911
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import setuptools

with open("README.rst","r") as fh:
with open("README.rst", "r") as fh:
long_description = fh.read()


desc = "Clean and add extra information to data " + \
"produced by the battery cyclers from Novonix."

setuptools.setup(
name='preparenovonix',
version='0.0.2',
version='0.0.3',
py_modules=['preparenovonix'],
description="Clean and add extra information to data produced by the battery cyclers from Novonix.",
description=desc,
long_description=long_description,
url="https://github.com/BatLabLancaster/preparenovonix",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 6c19911

Please sign in to comment.