File: MANIFEST.in

package info (click to toggle)
python-line-profiler 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 8,119; sh: 810; ansic: 297; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
graft line_profiler/rc
include *.md
include *.rst
include *.py
include *.txt
include *.toml
include run_tests.sh
recursive-include requirements *.txt
recursive-include tests *.py
recursive-include line_profiler *.txt
recursive-include line_profiler *.pyx
recursive-include line_profiler *.pxd
recursive-include line_profiler *.pyd
recursive-include line_profiler *.c
recursive-include line_profiler *.h