File: MANIFEST.in

package info (click to toggle)
python-django-extensions 4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,812 kB
  • sloc: python: 18,601; javascript: 7,354; makefile: 108; xml: 17
file content (10 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
recursive-include django_extensions/conf *.tmpl
recursive-include django_extensions/templates *.dot *.html
recursive-include django_extensions/static *
recursive-include django_extensions/locale *.po *.mo
recursive-include docs *
include LICENSE
include README.rst
include CHANGELOG.md
include tox.ini manage.py Makefile
recursive-include tests *.py