File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 20200626 - 0.1.3
5+ ----------------
6+
7+ - Update URLs
8+
4920180825 - 0.1.2
510----------------
611
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The module is available from the `Python Package Index <https://pypi.python.org/
1616
1717 $ pip3 install volkszaehler
1818
19- On a Fedora-based systemor on a CentOS/RHEL machine with has EPEL enabled .
19+ On a Fedora-based system or a CentOS/RHEL host with EPEL.
2020
2121.. code :: bash
2222
@@ -67,7 +67,7 @@ For development is recommended to use a ``venv``.
6767
6868.. code :: bash
6969
70- $ python3.6 -m venv .
70+ $ python3 -m venv .
7171 $ source bin/activate
7272 $ python3 setup.py develop
7373
Original file line number Diff line number Diff line change 1919
2020setup (
2121 name = 'volkszaehler' ,
22- version = '0.1.2 ' ,
22+ version = '0.1.3 ' ,
2323 description = 'Python Wrapper for interacting with the Volkszahler API.' ,
2424 long_description = long_description ,
25- url = 'https://github.com/fabaff /python-volkszaehler' ,
26- download_url = 'https://github.com/fabaff /python-volkszaehler/releases' ,
25+ url = 'https://github.com/home-assistant-ecosystem /python-volkszaehler' ,
26+ download_url = 'https://github.com/home-assistant-ecosystem /python-volkszaehler/releases' ,
2727 author = 'Fabian Affolter' ,
28282929 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments