The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/443
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Alberto Donato <alberto.don...@canonical.com>
From e6a8f13e47bdf636d346e71cc927b9680bd1bdd7 Mon Sep 17 00:00:00 2001 From: Alberto Donato <alberto.don...@canonical.com> Date: Tue, 15 Dec 2020 09:48:23 +0100 Subject: [PATCH] fix manifest, cleanup .gitignore Signed-off-by: Alberto Donato <alberto.don...@canonical.com> --- .gitignore | 43 ++----------------------------------------- .mailmap | 3 --- MANIFEST.in | 10 +++------- 3 files changed, 5 insertions(+), 51 deletions(-) delete mode 100644 .mailmap diff --git a/.gitignore b/.gitignore index 185c3b90..f4848296 100644 --- a/.gitignore +++ b/.gitignore @@ -1,59 +1,20 @@ *.py[cod] - -# C extensions -*.so - -# Packages -*.egg -.eggs *.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt +dist/ # Unit test / coverage reports .coverage .tox -nosetests.xml -.testrepository -.venv -htmlcov/ # Translations *.mo -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Pycharm -.idea/ - -# Complexity -output/*.html -output/*/index.html - # Sphinx doc/build -# pbr generates these -AUTHORS -ChangeLog - # Editors *~ .*.swp .*sw? +.idea/ *.sublime-* diff --git a/.mailmap b/.mailmap deleted file mode 100644 index cc92f17b..00000000 --- a/.mailmap +++ /dev/null @@ -1,3 +0,0 @@ -# Format is: -# <preferred e-mail> <other e-mail 1> -# <preferred e-mail> <other e-mail 2> \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 09defacf..1b4bfe0e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,3 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview -exclude contrib_testing - -global-exclude *.pyc +include CONTRIBUTORS.rst +include README.rst +include LICENSE
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel