Skip to content

Commit

Permalink
new long_description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Jun 10, 2020
1 parent 702f054 commit 6d32230
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mppsolar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'
13 changes: 13 additions & 0 deletions pypi_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# MPP Solar Inverter Python Package

_Note: python2 no longer supported_

Python package with reference library of serial commands (and responses)
for PIP-4048MS inverters - aka:
- PIP-4048MS
- IPS-4000WM
- Voltronic Axpert MKS 5KVA Off-grid Inverter-Chargers

Now also supports LV5048 inverter commands

see full README at [github](https://github.com/jblance/mpp-solar/blob/master/README.md)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'pypi_README.md'), encoding='utf-8') as f:
long_description = f.read()

exec(open(path.join(here, 'mppsolar/version.py')).read())
Expand Down Expand Up @@ -81,7 +81,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pyserial', 'future'],
install_requires=['pyserial'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 6d32230

Please sign in to comment.