Skip to content

Commit

Permalink
Add docs, fabfile, and tox to the manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Jun 26, 2012
1 parent 1e5c4e4 commit ad05a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,8 @@
include README.rst
include LICENSE
include docs/*.rst
include docs/Makefile
include docs/make.bat
include docs/conf.py
include fabfile.py
include tox.ini
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py32
envlist = py26, py27, py32 # Python 3.1 and 3.0 might work as well.

[testenv]
commands = nosetests more_itertools
Expand Down

0 comments on commit ad05a8f

Please sign in to comment.