File: MANIFEST.in

package info (click to toggle)
django-simple-captcha 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,324 kB
  • sloc: python: 1,215; makefile: 82; sh: 5
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include MANIFEST.in
include LICENSE
include README.rst
include CHANGES
include tox.ini
include .pep8
recursive-include captcha/fonts *
recursive-include captcha/locale *
recursive-include captcha/templates *
recursive-include testproject *
recursive-include docs *
exclude testproject/django-simple-captcha.db
prune .tox
prune docs/_build
prune htmlcov
global-exclude *pyc
global-exclude coverage.xml
global-exclude .DS_Store
global-exclude .coverage