Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Update CHANGES.txt, .travis.yml and MANIFEST.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Feb 15, 2016
1 parent 7f563ad commit e0b28e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ grokui.admin changes

- Update to follow API changes in grok.

- Update tests.

0.11 (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 *.pt *.py *.txt *.zcml

0 comments on commit e0b28e3

Please sign in to comment.