File: MANIFEST.in

package info (click to toggle)
sshtunnel 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: python: 2,329; makefile: 193
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Include the data files recursive-include data *

# If using Python 2.6 or less, then have to include package data, even though
# it's already declared in setup.py
# include sample/*.dat

include LICENSE
include *.rst
include docs/conf.py
include docs/Makefile
include docs/*.rst
include docs/*.txt
include tests/*