File: MANIFEST.in

package info (click to toggle)
python-ptrace 0.9.9-0.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 10,167; ansic: 263; makefile: 164
file content (29 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include AUTHORS
include COPYING
include ChangeLog
include INSTALL
include MANIFEST.in
include README.cptrace
include TODO
include tox.ini
include SYSCALL_PROTOTYPES.codegen.py

include cptrace/Makefile
include cptrace/cptrace.c
include cptrace/version.py

include doc/*.rst doc/conf.py doc/make.bat doc/Makefile

include examples/itrace.py
include examples/simple_dbg.py
include pyflakes.sh
include python3.0.patch
include setup_cptrace.py

# Tests
include runtests.py
include test_doc.py
include tests/test_*.py
include tests/crash/*.c
include tests/crash/BSDmakefile
include tests/crash/Makefile