The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/238
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) === The email was originally for Paul Hummer. I've changed that to the lxc-devel list and added a CONTRIBUTORS.rst to list the people who've contributed to the library.
From 12aa9d0ce7e42a2886522e13514d6e087f8bb233 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh <a...@ajkavanagh.co.uk> Date: Thu, 6 Jul 2017 18:43:33 +0100 Subject: [PATCH] Change the email address and add CONTRIBUTORS.rst --- CONTRIBUTORS.rst | 34 ++++++++++++++++++++++++++++++++++ setup.cfg | 5 +++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTORS.rst diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 0000000..453294d --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,34 @@ +Contributors to pylxd +~~~~~~~~~~~~~~~~~~~~~ + + +These are the contributors to pylxd according to the Github repository. + + =============== ================================== + GH username Name + =============== ================================== + rockstar Paul Hummer + saviq Michał Sawicz + javacruft James Page (Canonical) + pcdummy Rene Jochum + jpic ??? + hsoft Virgil Dupras + mgwilliams Matthew Williams + tych0 Tycho Andersen (Canonical) + aarnaud Anthony Arnaud + moreati Alex Willmer + uglide Igor Malinovskiy + Itxaka ??? + ivuk Igor Vuk + reversecipher ??? + stgraber Stéphane Graber (Canonical) + toshism Tosh Lyons + om26er Omer Akram + sergiusens Sergio Schvezov + datashaman ??? + rooty0 ??? + jimmymccrory Jimmy McCrory + Synforge Paul Oyston + overquota ??? + =============== ================================== + diff --git a/setup.cfg b/setup.cfg index 62c72db..84109c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ summary = python library for lxd version = 2.2.4 description-file = README.rst -author = Paul Hummer -author-email = paul.hum...@canonical.com +author = Paul Hummer and others (see CONTRIBUTORS.rst) +author-email = lxc-devel@lists.linuxcontainers.org home-page = http://www.linuxcontainers.org classifier = Environment :: OpenStack @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages =
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel