File: MANIFEST.in

package info (click to toggle)
python-django-crispy-forms-foundation 1.1.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 880 kB
  • sloc: javascript: 6,437; python: 1,326; makefile: 200; sh: 17
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include MANIFEST.in
include LICENCE.txt
include README.rst

recursive-include crispy_forms_foundation/templates *
recursive-include crispy_forms_foundation/static *
recursive-include crispy_forms_foundation/locale *
recursive-include crispy_forms_foundation/test_fixtures *

recursive-exclude data *
recursive-exclude docs *
recursive-exclude sandbox *
recursive-exclude tests *
recursive-exclude * .cache
recursive-exclude * __pycache__
recursive-exclude * *.py[co]