Skip to content

Commit

Permalink
update metadata; badges; minimum version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Aug 19, 2023
1 parent 25e0367 commit ae90957
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 38 deletions.
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Travis CI](https://travis-ci.com/sim0nx/python-openhab.svg?branch=master)](https://travis-ci.com/sim0nx/python-openhab)
[![Documentation Status](https://readthedocs.org/projects/python-openhab/badge/?version=latest)](http://python-openhab.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://badge.fury.io/py/python-openhab.svg)](https://badge.fury.io/py/python-openhab)
![PyPI](https://img.shields.io/pypi/v/python-openhab)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openhab)


# python library for accessing the openHAB REST API

Expand All @@ -9,13 +10,13 @@ work in progress.

# Requirements

- python >= 3.5
- python >= 3.8
- python :: dateutil
- python :: requests
- openHAB version 3
- openHAB version 3 / 4

# Installation

Installation
------------

Install the latest version using pip:

Expand Down
9 changes: 4 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Travis CI](https://travis-ci.com/sim0nx/python-openhab.svg?branch=master)](https://travis-ci.com/sim0nx/python-openhab)
[![Documentation Status](https://readthedocs.org/projects/python-openhab/badge/?version=latest)](http://python-openhab.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://badge.fury.io/py/python-openhab.svg)](https://badge.fury.io/py/python-openhab)
![PyPI](https://img.shields.io/pypi/v/python-openhab)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openhab)

# python library for accessing the openHAB REST API

Expand All @@ -9,13 +9,12 @@ work in progress.

# Requirements

- python >= 3.5
- python >= 3.8
- python :: dateutil
- python :: requests
- openHAB version 3

Installation
------------
# Installation

Install the latest version using pip:

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
keywords = ["openHAB"]
requires-python = ">=3.8"
Expand Down

0 comments on commit ae90957

Please sign in to comment.