Skip to content

Commit 281f7b5

Browse files
committed
post fixes
1 parent daeba8b commit 281f7b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ahk.mouse_move(x=150, y=150, speed=10, blocking=True) # Moves the mouse to x, y
3030
print(ahk.mouse_position) # (150, 150)
3131
```
3232

33-
![ahk](https://raw.githubusercontent.com/spyoungtech/ahk/master/docs/_static/ahk.gif)
33+
![ahk](https://raw.githubusercontent.com/spyoungtech/ahk/9d049a327c7a10c9f19dfef89fc63668695023fc/docs/_static/ahk.gif)
3434

3535
# Examples
3636

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22

33
name = ahk
4-
version = 1.0.0
4+
version = 1.0.0.post1
55
author_email = [email protected]
66
author = Spencer Young
77
description = A Python wrapper for AHK
@@ -44,6 +44,9 @@ install_requires =
4444
cmdclass =
4545
build_py = buildunasync.build_py
4646

47+
[options.extras_require]
48+
binary = ahk-binary==1.1.33.9
49+
4750
[options.package_data]
4851
ahk =
4952
py.typed

0 commit comments

Comments
 (0)