mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
13 lines
314 B
Text
13 lines
314 B
Text
include .coveragerc
|
|
include CHANGES.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include README.rst
|
|
include requirements.txt
|
|
include tox.ini
|
|
include .pre-commit-config.yaml
|
|
recursive-include docs *
|
|
recursive-include exampleapp *
|
|
recursive-include defender/templates *.html
|
|
recursive-exclude * *.py[co]
|
|
prune .eggs
|