File: MANIFEST.in

package info (click to toggle)
python-django-braces 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 2,680; makefile: 138; sh: 6
file content (9 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
include README.md *.toml
include LICENSE
include CONTRIBUTORS.txt
recursive-include braces *.py
recursive-include docs Makefile conf.py *.rst
recursive-include tests *.py
recursive-include tests/templates *.html
include conftest.py tox.ini requirements.txt
prune docs/_build