Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Apr 10, 2022
1 parent b6217d8 commit db15251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
keyboard
wheel
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
version=version,
description=('Records keypress events and converts them for replay on programmable USB HID devices'),
long_description=long_description,
url='http://github.com/eriknyquist/keystroke_transcriber',
url='https://github.com/eriknyquist/keystroke_transcriber',
author='Erik Nyquist',
author_email='eknyquist@gmail.com',
license='Apache 2.0',
install_requires=dependencies,
packages=['keystoke_transcriber'],
packages=find_packages(),
include_package_data=True,
zip_safe=False
)

0 comments on commit db15251

Please sign in to comment.