Skip to content

Commit

Permalink
docs: update keywords and urls from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Jan 7, 2025
1 parent 56db0a1 commit 097447e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Framework :: AsyncIO",
"Framework :: Pytest"
]
keywords = [ "RuuviTag BLE" ]
keywords = ["RuuviTag", "BLE", "Bluetooth", "IoT", "Sensor"]
dependencies = [
"reactivex",
"ptyprocess;platform_system=='Linux'",
Expand All @@ -43,9 +43,10 @@ dev = [

[project.urls]
homepage = "https://github.com/ttu/ruuvitag-sensor"
documentation = "https://ttu.github.io/ruuvitag-sensor/"
source = "https://github.com/ttu/ruuvitag-sensor"
changelog = "https://github.com/ttu/ruuvitag-sensor/blob/master/CHANGELOG.md"
"Bug Tracker" = "https://github.com/ttu/ruuvitag-sensor/issues"
issues = "https://github.com/ttu/ruuvitag-sensor/issues"

[tool.pytest.ini_options]
testpaths = "tests/"
Expand Down

0 comments on commit 097447e

Please sign in to comment.