-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated AUTHORS and fixed inclusion of rst files into package
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 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 |
---|---|---|
|
@@ -2,8 +2,26 @@ | |
AUTHORS of Hop | ||
================ | ||
|
||
The Hop package is being written by Oliver Beckstein | ||
<[email protected]> together with Thomas Woolf <[email protected]>. | ||
The Hop package was developed by Oliver Beckstein <[email protected]> | ||
together with Thomas Woolf <[email protected]>. | ||
|
||
|
||
Code contributions | ||
================== | ||
|
||
(Authors listed in order of first contribution together with GitHub | ||
username if available.) | ||
|
||
2007 | ||
---- | ||
|
||
- Oliver Beckstein (orbeckst) | ||
|
||
|
||
2013 | ||
---- | ||
|
||
- Ian Welland (iwelland) | ||
|
||
|
||
|
||
|
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,4 +1,4 @@ | ||
include README.txt INSTALL.txt CHANGELOG COPYING COPYING.LESSER AUTHORS | ||
include README.rst INSTALL.rst CHANGELOG COPYING COPYING.LESSER AUTHORS | ||
include ez_setup.py setup.py | ||
recursive-include doc *.txt *.pdf *.png *.jpg README | ||
recursive-include extras * |