Skip to content

Commit

Permalink
setup.py needs correct deps; bump version accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
howthebodyworks committed May 7, 2015
1 parent 1cfd889 commit ede5dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

setup(
name = 'pylive',
version = '0.1.1',
version = '0.1.2',
description = 'Python remote control of Ableton Live',
long_description = long_description,
author = 'Daniel Jones',
author_email = '[email protected]',
url = 'https://github.com/ideoforms/pylive',
packages = ['live'],
install_requires = ['pyOSC >= 0.3b0'],
install_requires = ['pyliblo >= 0.9.1'],
keywords = ('sound', 'music', 'ableton', 'osc'),
classifiers = [
'Topic :: Multimedia :: Sound/Audio',
Expand Down

0 comments on commit ede5dc0

Please sign in to comment.