← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 565: Fixed the MANIFEST.in file to exclude the /docs/gnome and /docs/omf folders from the "setup.py sd...

 

------------------------------------------------------------
revno: 565
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2011-09-14 01:44:32 -0500
message:
  Fixed the MANIFEST.in file to exclude the /docs/gnome and /docs/omf folders from the "setup.py sdist" command...  This should fix the Daily PPA conflict between openshot-docs and openshot itself.  Both packages are installing files to the same folder.
modified:
  MANIFEST.in


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'MANIFEST.in'
--- MANIFEST.in	2010-02-13 06:26:49 +0000
+++ MANIFEST.in	2011-09-14 06:44:32 +0000
@@ -6,6 +6,12 @@
 recursive-include openshot *
 recursive-include xdg *
 
+exclude docs/gnome/*
+exclude docs/gnome/figures/*
+exclude docs/gnome/figures/effects/*
+exclude docs/gnome/figures/transitions/*
+exclude docs/gnome/*/*
+exclude docs/omf/*
 global-exclude *pyc
 global-exclude .project
 global-exclude .pydevproject
\ No newline at end of file