File: MANIFEST.in

package info (click to toggle)
python-crispy-bootstrap3 2024.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 1,815; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
include LICENSE
include MANIFEST.in
recursive-include crispy_bootstrap3/templates *
include *.md
include tox.ini
recursive-include requirements *.txt
recursive-include tests *.html
recursive-include tests *.py