File: MANIFEST.in

package info (click to toggle)
wtforms 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 964 kB
  • ctags: 1,360
  • sloc: python: 5,163; makefile: 73
file content (10 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
include AUTHORS.txt
include CHANGES.rst
include LICENSE.txt
include MANIFEST.in
include README.md
recursive-include docs *
recursive-include tests *
recursive-exclude docs/_build *
recursive-exclude tests *.pyc
recursive-include wtforms/locale *