From e5ee5fe57a6aaec1bb48efd739840cae8cdc6861 Mon Sep 17 00:00:00 2001 From: Kalmat Date: Wed, 24 Apr 2024 18:10:52 +0200 Subject: [PATCH] Fix (weird) ewmhlib typing error --- README.md | 3 ++- setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6bf515..5b299d5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Type Checking](https://github.com/Kalmat/PyWinCtl/actions/workflows/type-checking.yml/badge.svg?branch=dev)](https://github.com/Kalmat/PyWinCtl/actions/workflows/type-checking.yml) [![PyPI version](https://badge.fury.io/py/PyWinCtl.svg)](https://badge.fury.io/py/PyWinCtl) [![Documentation Status](https://readthedocs.org/projects/pywinctl/badge/?version=latest)](https://pywinctl.readthedocs.io/en/latest/?badge=latest) +[![Downloads](https://static.pepy.tech/badge/pywinctl/month)](https://pepy.tech/project/pywinctl) Cross-Platform module to get info on and control windows on screen. @@ -12,7 +13,7 @@ This module is a Python 3 evolution from [asweigart's PyGetWindow module](https: My most sincere thanks and acknowledgement. amongst many others (see AUTHORS.txt), to [MestreLion](https://github.com/MestreLion), [super-ibby](https://github.com/super-ibby), [Avasam](https://github.com/Avasam), [macdeport](https://github.com/macdeport) and [holychowders](https://github.com/holychowders) for their help and moral boost. -2. [Window Features](#window-features) +1. [Window Features](#window-features) 1. [Important macOS notice](#macos-notice) 2. [Important Linux notice](#linux-notice) 2. [Window Change Notifications](#watchdog]) diff --git a/setup.py b/setup.py index f180c69..f05eca3 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,8 @@ "mypy>=0.990", "types-pywin32>=305.0.0.3", "types-python-xlib>=0.32", - "myst-parser" + "myst-parser", + "ewmhlib>=0.2", ] }, keywords="gui window control menu title name geometry size position move resize minimize maximize restore "