mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
* Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' * Add code of conduct to package manifest template. Co-authored-by: Jannis Leidel <jannis@leidel.info>
14 lines
341 B
Text
14 lines
341 B
Text
include .coveragerc
|
|
include CHANGES.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include README.rst
|
|
include CODE_OF_CONDUCT.md
|
|
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
|