File: MANIFEST.in

package info (click to toggle)
python-traits 6.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,648 kB
  • sloc: python: 34,801; ansic: 4,266; makefile: 102
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include CHANGES.rst
include LICENSE.txt
include LICENSE-CC-BY-3.0.txt
include MANIFEST.in
include README.rst
include image_LICENSE.txt
graft docs
prune docs/build
recursive-exclude docs *.pyc
graft examples
recursive-exclude examples *.pyc
include traits/ctraits.c
recursive-include traits *.py
include traits/observation/_dsl_grammar.lark