File: MANIFEST.in

package info (click to toggle)
python-pyface 8.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,944 kB
  • sloc: python: 54,107; makefile: 82
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include MANIFEST.in
include .flake8
include .coveragerc
include *.rst
include *.txt
include *.cfg
include *.toml
include etstool.py
recursive-include pyface *.py *.png *.jpg *.gif *.svg *.zip *.txt
graft docs
prune docs/build
recursive-exclude docs *.pyc
graft examples
recursive-exclude examples *.pyc