Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
group all th_ modules here
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Jun 30, 2015
1 parent 47fb629 commit a1cc050
Show file tree
Hide file tree
Showing 109 changed files with 3,969 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dist
.coverage
django_th.egg-info/
*sublim*
th_*
*.tar.gz
*.json
admin
.tox
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ language: python
python:
- '3.4'

install:
- pip install tox

script:
- python manage.py test
- tox

install:
- pip install -r requirements.txt
env:
- TOXENV=django_th

deploy:
provider: pypi
Expand Down
23 changes: 23 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
exclude django_th/local_settings.py manage.py
include *.txt *.rst

recursive-include django_th *.html *.png *.css *.gif *.jpg *.jpeg
recursive-include django_th/static *
recursive-include django_th/templates *

recursive-include th_evernote *.html
recursive-include th_evernote/templates *

recursive-include th_pocket *.html
recursive-include th_pocket/templates *

recursive-include th_rss *.html
recursive-include th_rss/templates *

recursive-include th_readability *.html
recursive-include th_readability/templates *

recursive-include th_twitter *.html
recursive-include th_twitter/templates *

recursive-include th_holidays *.html
recursive-include th_holidays/templates *

recursive-include th_search *.html
recursive-include th_search/templates *

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
8 changes: 0 additions & 8 deletions MODULES.rst

This file was deleted.

0 comments on commit a1cc050

Please sign in to comment.