File: MANIFEST.in

package info (click to toggle)
paste 3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,484 kB
  • sloc: python: 19,958; javascript: 8,028; makefile: 47; sh: 24
file content (11 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
recursive-include docs *.txt *.css *.js
include docs/_templates/*.html
include docs/conf.py
include docs/test_server.ini
include regen-docs
include tox.ini
include LICENSE
recursive-exclude docs/_build/_sources *
recursive-include docs/_build *.html
recursive-include tests *.txt *.py *.cgi *.html
recursive-include paste *.js *.jpg *.png