2013-08-16 18:17:17 +04:00
|
|
|
include LICENSE
|
2013-08-24 05:09:52 +04:00
|
|
|
include CHANGELOG
|
|
|
|
include CONTRIBUTORS
|
2013-08-16 18:17:17 +04:00
|
|
|
include MANIFEST.in
|
|
|
|
include README.rst
|
2013-08-24 05:09:52 +04:00
|
|
|
include .travis.yml
|
|
|
|
include tox.ini
|
|
|
|
include manage.py
|
2013-08-16 18:17:17 +04:00
|
|
|
include runtests.py
|
|
|
|
include setup.py
|
|
|
|
include test_settings.py
|
|
|
|
include TODO.md
|
|
|
|
|
|
|
|
recursive-include docs *.py *.rst Makefile
|
|
|
|
|
2013-08-24 05:09:52 +04:00
|
|
|
recursive-include badger *.py *.png *.html *.json
|
2013-08-16 18:17:17 +04:00
|
|
|
|
|
|
|
recursive-include badger_example *.html *.json *.txt
|
2013-08-24 05:09:52 +04:00
|
|
|
|
|
|
|
recursive-include requirements *.txt
|