Skip to content

Commit eb3f600

Browse files
committed
Now we're using python-xlib not python3-xlib
1 parent 9017de7 commit eb3f600

File tree

4 files changed

+236
-193
lines changed

4 files changed

+236
-193
lines changed

.idea/workspace.xml

Lines changed: 49 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.57"
9+
version = "0.0.58"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
@@ -20,7 +20,7 @@ dependencies = [
2020
"numpy",
2121
"pyobjc-core;platform_system=='Darwin'",
2222
"pyobjc;platform_system=='Darwin'",
23-
"python3-Xlib;platform_system=='Linux'"
23+
"python-Xlib;platform_system=='Linux'"
2424
]
2525
classifiers = [
2626
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)