
setup.diff
By: a guest on
Sep 14th, 2010 | syntax:
Diff | size: 1.04 KB | hits: 115 | expires: Never
=== modified file 'setup.py'
--- setup.py 2010-05-31 21:31:32 +0000
+++ setup.py 2010-09-14 12:57:43 +0000
@@ -58,7 +58,7 @@
scripts = ['bin/openshot','bin/openshot-render'],
packages = ['openshot', 'openshot.classes', 'openshot.language', 'openshot.windows'],
package_data = {
- 'openshot' : ['export_presets/*', 'images/*', 'locale/OpenShot/*', 'locale/README', 'profiles/*', 'themes/*/*.png', 'themes/*/icons/*.png', 'titles/*/*.svg', 'transitions/*', 'effects/icons/*.png', 'effects/*.xml'] + locale_files,
+ '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,
'openshot.windows' : ['ui/*.ui', 'ui/icons/*'],
},
data_files = os_files,