Skip to content

Commit da5d353

Browse files
committed
update setup.py accordingly
1 parent 4cf5034 commit da5d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='pymonome',
5-
version='0.2.2',
6-
packages=['monome', ],
5+
version='0.2.3',
6+
py_modules=['monome'],
77
author='Artem Popov',
88
url='http://pypi.python.org/pypi/pymonome',
99
description='a monome serialosc client in python',

0 commit comments

Comments
 (0)