Skip to content

add package infos for PyPi

Daniel Hofer requested to merge ElD4n1/bms-tools:master into master

Hi Eric,

I published a basic package to PyPi to be able to release the first version of the Home Assistant custom integration.
You can find the package here: https://pypi.org/project/bmstools

I did not play around too much and I think it only contains the library and not the GUI, which is fine for me at least.
If you register at pypi.org and tell me your username I can add you as owner.

These are the steps I performed to publish the package (on Windows):

  1. Make sure that working tree is clean / everything is committed or stashed
  2. git tag v1.2.0-rc1
  3. py setup.py sdist
  4. py -m twine upload dist/*

Prerequisites: py -m pip install --upgrade twine

I also created a new tag with your latest commits for this package.

FYI: My HA custom integration is now living here: https://github.com/ElD4n1/home-assistant-bms-tools-integration

Merge request reports