Skip to content

Commit

Permalink
Run on push and pull request
Browse files Browse the repository at this point in the history
Fix description
  • Loading branch information
juergenhoetzel committed Oct 25, 2024
1 parent 43d80b6 commit 7a96b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Python package

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion flowercare_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Export Miflora sensor data using Bluetooth Prometheus"""
"""Export Miflora Bluetooth LE sensor to Graphite and Prometheus"""

__version__ = "0.1.7"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name = "flowercare_exporter"
authors = [{name = "Jürgen Hötzel", email = "juergen@hoetzel.info"}]
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
description = "Export Miflora Bluetooth LE sensor to Graphite and Prometheus"
dynamic = ["version"]
dependencies = ["PyGObject", "prometheus-client"]

[project.urls]
Expand Down

0 comments on commit 7a96b6c

Please # to comment.