File: MANIFEST.in

package info (click to toggle)
python-django-rosetta 0.7.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 572 kB
  • ctags: 245
  • sloc: python: 1,992; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
include MANIFEST.in
include LICENSE
exclude *.pyc
exclude *.sh
recursive-include rosetta/locale *
recursive-include rosetta/tests *
recursive-include rosetta/templates *
prune testproject
prune rosetta/tests/__pycache__