django-ddp/MANIFEST.in

19 lines
332 B
Text
Raw Permalink Normal View History

2015-10-13 13:28:39 +00:00
include *.rst
include *.sh
include *.txt
include .gitignore
include LICENSE
include requirements*.txt
2015-10-13 13:28:39 +00:00
include Makefile
graft docs
graft tests
prune docs/_build
prune docs/node_modules
prune tests/build
prune tests/meteor_todos/.meteor/local
prune */__pycache__
prune *.pyc
2015-12-27 14:10:23 +00:00
exclude .travis.yml.ok
2015-12-14 01:21:27 +00:00
exclude .travis.yml
exclude tox.ini