File: MANIFEST.in

package info (click to toggle)
python-psutil 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,804 kB
  • ctags: 2,615
  • sloc: ansic: 12,394; python: 12,237; makefile: 339
file content (18 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include *.bat
include *.rst
include .coveragerc
include CREDITS*
include IDEAS
include INSTALL*
include LICENSE*
include HISTORY*
include Makefile
include tox.ini

recursive-include psutil *.py *.c *.h *.rst
recursive-include scripts *.py
recursive-include README*

recursive-include docs *.conf *.rst *.js *.html *.css *.py *.bat *Makefile* README*
recursive-exclude docs/_build *
recursive-exclude .ci *