Skip to content

Commit

Permalink
Add MANIFEST.in, update travis.yml and CHANGES.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Feb 2, 2016
1 parent 18974f0 commit 85eca9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- 2.6
- 2.7
install:
- python bootstrap.py
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
1.3 (unreleased)
================

- Nothing changed yet.
- Update tests.


1.2 (2012-05-02)
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
global-include *.mo
include *.txt
include *.rst
include bootstrap.py
include buildout.cfg
include .travis.yml
recursive-include src *.py *.txt

0 comments on commit 85eca9d

Please sign in to comment.