Repository: libcloud Updated Branches: refs/heads/trunk a8ce716f5 -> 6f9e428c5
Also include .pylintrc in the distribution tarball so pylint task also passes when ran inside the distribution tarball directory. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6f9e428c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6f9e428c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6f9e428c Branch: refs/heads/trunk Commit: 6f9e428c51b53aa97ded4d1ed08fdf2d66d86aad Parents: a8ce716 Author: Tomaz Muraus <to...@tomaz.me> Authored: Wed Sep 21 20:51:47 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Wed Sep 21 20:51:47 2016 +0200 ---------------------------------------------------------------------- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f9e428c/MANIFEST.in ---------------------------------------------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index d06ca0c..d6b9889 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ include example_*.py include CHANGES.rst include README.rst include tox.ini +include .pylintrc include requirements-tests.txt include libcloud/data/pricing.json prune libcloud/test/secrets.py