Skip to content

Commit

Permalink
docs: update WinRT backend PyWinRT link
Browse files Browse the repository at this point in the history
We now use PyWinRT directly instead of maintaining our own package.
  • Loading branch information
dlech committed Mar 22, 2024
1 parent d6637a4 commit 24f29b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/windows.rst
@@ -1,8 +1,8 @@
Windows backend
===============

The Windows backend of bleak is written using the `Bleak WinRT <https://github.com/dlech/bleak-winrt>`_
package to provide bindings for the Windows Runtime (WinRT).
The Windows backend of bleak is written using `PyWinRT <https://github.com/pywinrt/pywinrt>`_
to provide bindings for the Windows Runtime (WinRT).

The Windows backend implements a ``BleakClient`` in the module ``bleak.backends.winrt.client``, a ``BleakScanner``
method in the ``bleak.backends.winrt.scanner`` module. There are also backend-specific implementations of the
Expand Down

0 comments on commit 24f29b2

Please sign in to comment.