Skip to content

Commit

Permalink
Fixed Python package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilowitz committed Oct 2, 2017
1 parent f875f81 commit 369b42d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
!/grid_instrument/*

!README.md
!README
!MANIFEST.in
!LICENSE.txt
!setup.py
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include examples/simple.py
include examples/threading.py
include examples/midi_output.py
include README.md
include README.rst
include LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "grid_instrument",
version = "0.6.1",
version = "0.6.2",
description = "Turn your Novation Launchpad into a MIDI instrument.",
long_description = open('README.rst').read(),
author = "Dave Hilowitz",
Expand Down

0 comments on commit 369b42d

Please sign in to comment.