Skip to content

Commit

Permalink
Fix (weird) ewmhlib typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalmat committed Apr 24, 2024
1 parent adcc6fd commit e5ee5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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])
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit e5ee5fe

Please sign in to comment.