Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Updated readme to exclude build files
- Removed debug code left in the main module
  • Loading branch information
Artur Spirin committed Jan 21, 2020
1 parent 342a3b7 commit d968b30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.idea
*.pyc
*.pyc
build
dist
pyPS4Controller.egg-info
3 changes: 0 additions & 3 deletions pyPS4Controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,3 @@ def right_arrow_release():
self.on_down_arrow_press()
elif down_arrow_release():
self.on_down_arrow_release()


Controller(interface="/dev/input/js0").listen()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyPS4Controller",
version="1.0.0",
version="1.0.1",
author="Artur Spirin",
author_email="[email protected]",
description="Simple hooks for PS4 controller",
Expand Down

0 comments on commit d968b30

Please sign in to comment.