Skip to content

Commit

Permalink
fixes to setup.py to ensure all submodules and plugin manifest json a…
Browse files Browse the repository at this point in the history
…re properly included (#18)
  • Loading branch information
reinecke authored and jminor committed Oct 18, 2016
1 parent 92b990f commit 863ae5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Expand Up @@ -30,8 +30,15 @@

packages=[
'opentimelineio',
'opentimelineio.adapters',
'opentimelineio.core',
'opentimelineio.schema',
],

package_data={
'opentimelineio': ['adapters/builtin_adapters.plugin_manifest.json']
},

scripts=[
'bin/otiocat.py',
'bin/otioconvert.py',
Expand Down

0 comments on commit 863ae5e

Please sign in to comment.