File: MANIFEST.in

package info (click to toggle)
python-django-crispy-forms 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: python: 3,078; makefile: 88
file content (16 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include MANIFEST.in
include README.rst
include *.md
include *.txt
include *.yaml
include Makefile
include tox.ini
include .editorconfig

graft crispy_forms
graft docs
graft tests
graft requirements

prune docs/_build
global-exclude *.pyc