Skip to content

Commit

Permalink
Added WM_NAME as _NET_WM_NAME fallback (older apps)
Browse files Browse the repository at this point in the history
Separated Props and Structs as submodules
Improved performance while maintaining multi-display, multi-screen and multi-root support
Added typing_extensions dependency at runtime
  • Loading branch information
Kalmat committed Sep 17, 2023
1 parent 317ea39 commit 1633195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/EWMHlib-0.0.1-py3-none-any.whl
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
package_data={"ewmhlib": ["py.typed"]},
test_suite='tests',
install_requires=[
"python-xlib>=0.21; sys_platform == 'linux'"
"python-xlib>=0.21; sys_platform == 'linux'",
"typing_extensions>=4.4.0"
],
extras_require={
'dev': [
"types-setuptools>=65.5",
"mypy>=0.990",
"typing_extensions>=4.4.0",
"types-python-xlib>=0.32"
]
},
Expand Down

0 comments on commit 1633195

Please sign in to comment.