Skip to content

Commit

Permalink
allow installing oscpy using [tuio] pip flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Jun 6, 2018
1 parent b0efd7b commit b64a311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 1106,9 @@ def get_extensions_from_sources(sources):
install_requires=[
'Kivy-Garden>=0.1.4', 'docutils', 'pygments'
],
extra_requires={
'tuio': ['oscpy']
},
setup_requires=[
'cython>=' MIN_CYTHON_STRING
] if not skip_cython else [])
Expand Down

0 comments on commit b64a311

Please sign in to comment.