-
Notifications
You must be signed in to change notification settings - Fork 18
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
Liam Cooke
committed
May 21, 2017
1 parent
c629a7d
commit dd5c37b
Showing
7 changed files
with
33 additions
and
28 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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
.. Note: This file is included by Sphinx when generating HTML documentation. | ||
Authors | ||
======= | ||
|
||
|
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
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,6 +1,5 @@ | ||
include see/*.py | ||
include tests/*.py | ||
recursive-include see *.py | ||
recursive-include tests *.py | ||
|
||
include LICENSE | ||
include *.md | ||
include *.rst | ||
include *.md *.rst LICENSE | ||
include .travis.yml .coveragerc |
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
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,9 +1,11 @@ | ||
# Requirements for local development & testing. | ||
# To install, run: pip install -r requirements.txt | ||
# To install, run: pip3 install -r requirements.txt | ||
# See also: .travis.yml | ||
|
||
coverage>=4.0.0 | ||
pep8>=1.5.0 | ||
pyflakes>=1.0.0 | ||
sphinx>=1.6.0 | ||
unittest2>=1.1.0 | ||
coverage==4.4.1 | ||
pep8==1.7.0 | ||
pyflakes==1.5.0 | ||
pylint==1.7.1 | ||
Sphinx==1.6.1 | ||
unittest2==1.1.0 | ||
virtualenv==15.1.0 |
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,2 @@ | ||
[bdist_wheel] | ||
universal = 1 |
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