Skip to content

Commit

Permalink
Removed exclusion of ext-4.0/examples from the egg as ONC uses compon…
Browse files Browse the repository at this point in the history
…ents from there (ON-616)
  • Loading branch information
livenson committed Jul 11, 2012
1 parent 4c6a1e3 commit 724a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def all_files(*dirs, **kwargs):

package_data = {'opennode.onc': list(all_files('app', 'css', 'ext-4.0', 'novnc', 'term', 'img',
exclude=('ext-4.0/docs', 'ext-4.0/builds', 'ext-4.0/build',
'ext-4.0/jsbuilder', 'ext-4.0/welcome', 'ext-4.0/examples')))
'ext-4.0/jsbuilder', 'ext-4.0/welcome')))
+ ['../../index.html', '../../favicon.ico', '../../*.js', '../../beep.wav']}

setup(
Expand Down

0 comments on commit 724a566

Please sign in to comment.