You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/02/11 11:05:13 UTC

svn commit: r1444708 - /libcloud/branches/0.12.x/MANIFEST.in

Author: tomaz
Date: Mon Feb 11 10:05:13 2013
New Revision: 1444708

URL: http://svn.apache.org/r1444708
Log:
Correctly prune secrets.py from the release tarball.

Modified:
    libcloud/branches/0.12.x/MANIFEST.in

Modified: libcloud/branches/0.12.x/MANIFEST.in
URL: http://svn.apache.org/viewvc/libcloud/branches/0.12.x/MANIFEST.in?rev=1444708&r1=1444707&r2=1444708&view=diff
==============================================================================
--- libcloud/branches/0.12.x/MANIFEST.in (original)
+++ libcloud/branches/0.12.x/MANIFEST.in Mon Feb 11 10:05:13 2013
@@ -9,7 +9,6 @@ include RELEASING
 include README
 include tox.ini
 include libcloud/data/pricing.json
-prune libcloud/test/secrets.py
 include demos/*
 include libcloud/test/*.py
 include libcloud/test/pricing_test.json
@@ -22,3 +21,4 @@ include libcloud/test/compute/fixtures/*
 include libcloud/test/storage/fixtures/*/*
 include libcloud/test/loadbalancer/fixtures/*/*
 include libcloud/test/dns/fixtures/*/*
+prune libcloud/test/secrets.py