forked from EnigmaCurry/blogofile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
855eb03
commit 6d08564
Showing
2 changed files
with
48 additions
and
0 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,47 @@ | ||
-*- coding: utf-8 -*- | ||
|
||
Blogofile Contributors | ||
====================== | ||
|
||
Blogofile and the blogofile_blog plugin were created by: | ||
|
||
Ryan McGuire <[email protected]> | ||
|
||
|
||
Since May-2012 the project has been maintained and developed by: | ||
|
||
Doug Latornell <[email protected]> | ||
|
||
|
||
The following people have contributed code, documentation, bug | ||
reports, enlightened discussion, etc. to the project: | ||
|
||
Nick Craig-Wood | ||
Sean Davis | ||
Nicolas Dumazet | ||
Ron DuPlain | ||
John Feminella | ||
Thomas Gstädtner | ||
Seth de l'Isle | ||
Jaemok Jeong | ||
Tshepang Lekhonkhobe | ||
Macha | ||
Julian Melville | ||
Mike Pirnat | ||
Ravikiran Rajagopal | ||
Brandon Craig Rhodes | ||
Wasil Sergejczyk | ||
Klein Stéphane | ||
Manuel Strehl | ||
Ashish Tonse | ||
Thomas Weißschuh | ||
W. Matthew Wilson | ||
Peter Zsoldos | ||
Ant Zucaro | ||
|
||
Thank you, one and all! | ||
|
||
The above list is derived primarily from the git log. If you think | ||
your name should be there and its not, or you want it changed somehow | ||
(add your email address for example), please submit a pull request, or | ||
email Doug. |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
include README.rst | ||
include CHANGES.txt | ||
include LICENSE.txt | ||
include CONTRIBUTORS.txt | ||
include requirements/*.txt | ||
recursive-include converters *.py |