Skip to content

Commit 3117468

Browse files
committed
Changed the PyPI deployment
1 parent b6cfc35 commit 3117468

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish inels-mqtt 🐍 distributions 📦 to PyPI
1+
name: Publish elkoep-mqtt 🐍 distributions 📦 to PyPI
22

33
on:
44
release:
55
types: [published]
66

77
jobs:
88
build-n-publish:
9-
name: Build and publish inels-mqtt 🐍 distributions 📦 to PyPI
9+
name: Build and publish elkoep-mqtt 🐍 distributions 📦 to PyPI
1010
runs-on: ubuntu-latest
1111

1212
steps:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Inels-mqtt
1+
# Elkoep-mqtt
22

33
A Python library that handles communication with inels over mqtt
44
[iNELS](https://www.inels.com/) by ElkoEP company.
55

6-
[Pypi](https://pypi.org/project/inels-mqtt-new/)
6+
[Pypi](https://pypi.org/project/elkoep-mqtt/)
77

88
# Requirements
99

@@ -14,7 +14,7 @@ For smooth using you need to have Python 3.9 or higher.
1414
Use PyPI repository
1515

1616
```
17-
pip install inels-mqtt-dev
17+
pip install elkoep-mqtt
1818
```
1919

2020
# Testing

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ requires = ["setuptools>=63.0", "wheel", "paho-mqtt==1.6.1", "attrs>=21.2.0"]
33
build-backend = "setuptools.build_meta"
44

55
[urls]
6-
"Homepage" = "https://github.com/ZeD4805/inels-mqtt-new"
7-
"Bug Tracker" = "https://github.com/ZeD4805/inels-mqtt-new/issues"
6+
"Homepage" = "https://github.com/epdevlab/elkoep-mqtt"
7+
"Bug Tracker" = "https://github.com/epdevlab/elkoep-mqtt/issues"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
"""Setup script for inels-mqtt package."""
1+
"""Setup script for elkoep-mqtt package."""
22
from setuptools import setup, find_packages
33

44
setup(
5-
name="inels-mqtt-new",
6-
version="0.2.23",
7-
url="https://github.com/zed4805/inels-mqtt-new",
5+
name="elkoep-mqtt",
6+
version="0.2.24",
7+
url="https://github.com/epdevlab/elkoep-mqtt",
88
license="MIT",
99
author="Elko EP s.r.o.",
10-
author_email="zed4805@gmail.com",
10+
author_email="epdevlab@gmail.com",
1111
description="Python library for iNELS mqtt protocol",
1212
keywords=["iNels", "Elko EP", "Home assistant integration"],
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)