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/12/18 20:37:11 UTC

[1/2] git commit: Add zip_safe flag to setup.py.

Updated Branches:
  refs/heads/trunk 6af002454 -> c85b7cf39


Add zip_safe flag to setup.py.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b13667ff
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b13667ff
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b13667ff

Branch: refs/heads/trunk
Commit: b13667ffa8daf7ef3948b7557c5dc222b4e0ef9f
Parents: 6af0024
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Dec 18 20:32:04 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Dec 18 20:32:04 2013 +0100

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b13667ff/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 9693de6..41f2833 100644
--- a/setup.py
+++ b/setup.py
@@ -238,6 +238,7 @@ setup(
         'apidocs': ApiDocsCommand,
         'coverage': CoverageCommand
     },
+    zip_safe=False,
     classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Console',


[2/2] git commit: Update MANIFEST.in.

Posted by to...@apache.org.
Update MANIFEST.in.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c85b7cf3
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c85b7cf3
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c85b7cf3

Branch: refs/heads/trunk
Commit: c85b7cf393de5ec5121be0acc041d1ecfd67ba78
Parents: b13667f
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Dec 18 20:32:38 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Dec 18 20:32:38 2013 +0100

----------------------------------------------------------------------
 MANIFEST.in | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c85b7cf3/MANIFEST.in
----------------------------------------------------------------------
diff --git a/MANIFEST.in b/MANIFEST.in
index e833ba6..4ec56a1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,6 @@
 include LICENSE
 include NOTICE
-include DISCLAIMER
 include example_*.py
-include CONTRIBUTORS
 include CHANGES
 include README.rst
 include tox.ini