File: MANIFEST.in

package info (click to toggle)
wtforms 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 564 kB
  • sloc: python: 3,477; makefile: 72
file content (11 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
include AUTHORS.txt
include CHANGES.txt
include INSTALL.txt
include LICENSE.txt
include MANIFEST.in
include README.txt
recursive-include docs *
recursive-include tests *
recursive-exclude docs/_build *
recursive-exclude tests *.pyc
recursive-include wtforms/ext/i18n/messages *