Don't like ads? PRO users don't see any ads ;-)
Guest

setup.diff

By: a guest on Sep 14th, 2010  |  syntax: Diff  |  size: 1.04 KB  |  hits: 115  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. === modified file 'setup.py'
  2. --- setup.py    2010-05-31 21:31:32 +0000
  3. +++ setup.py    2010-09-14 12:57:43 +0000
  4. @@ -58,7 +58,7 @@
  5.          scripts        = ['bin/openshot','bin/openshot-render'],
  6.          packages        = ['openshot', 'openshot.classes', 'openshot.language', 'openshot.windows'],
  7.          package_data = {
  8. -                                       'openshot' : ['export_presets/*', 'images/*', 'locale/OpenShot/*', 'locale/README', 'profiles/*', 'themes/*/*.png', 'themes/*/icons/*.png', 'titles/*/*.svg', 'transitions/*', 'effects/icons/*.png', 'effects/*.xml'] + locale_files,
  9. +                                       'openshot' : ['export_presets/*', 'images/*', 'locale/OpenShot/*', 'locale/README', 'profiles/*', 'themes/*/*.png', 'themes/*/icons/*.png', 'titles/*/*.svg', 'transitions/icons/*', 'transitions/*.png', 'effects/icons/*.png', 'effects/*.xml'] + locale_files,
  10.                                         'openshot.windows' : ['ui/*.ui', 'ui/icons/*'],
  11.                                         },
  12.          data_files = os_files,