-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from lxc/add-contributors-change-email
Change the email address and add CONTRIBUTORS.rst
- Loading branch information
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Contributors to pylxd | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
||
These are the contributors to pylxd according to the Github repository. | ||
|
||
=============== ================================== | ||
GH username Name | ||
=============== ================================== | ||
rockstar Paul Hummer | ||
zulcss Chuck Short | ||
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 ??? | ||
=============== ================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ summary = python library for lxd | |
version = 2.2.4 | ||
description-file = | ||
README.rst | ||
author = Paul Hummer | ||
author-email = [email protected] | ||
author = Paul Hummer and others (see CONTRIBUTORS.rst) | ||
author-email = [email protected] | ||
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 = | ||
|