Skip to content

Commit

Permalink
post fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed May 2, 2023
1 parent daeba8b commit 281f7b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ahk.mouse_move(x=150, y=150, speed=10, blocking=True) # Moves the mouse to x, y
print(ahk.mouse_position) # (150, 150)
```

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

# Examples

Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]

name = ahk
version = 1.0.0
version = 1.0.0.post1
author_email = [email protected]
author = Spencer Young
description = A Python wrapper for AHK
Expand Down Expand Up @@ -44,6 +44,9 @@ install_requires =
cmdclass =
build_py = buildunasync.build_py

[options.extras_require]
binary = ahk-binary==1.1.33.9

[options.package_data]
ahk =
py.typed
Expand Down

0 comments on commit 281f7b5

Please sign in to comment.