File: MANIFEST.in

package info (click to toggle)
django-compression-middleware 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 605; makefile: 6; sh: 5
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
include LICENSE
include README.rst
include requirements*.txt
include tox.ini
include pytest.ini
recursive-include compression_middleware *.html *py
recursive-include tests *py
global-exclude __pycache__
global-exclude *.py[co]