File: MANIFEST.in

package info (click to toggle)
libvirt-python 11.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: ansic: 10,787; python: 4,604; xml: 910; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
graft tests
graft examples

include AUTHORS
include COPYING
include CONTRIBUTING.rst
include HACKING
include VERSION
include requirements-test.txt
include tox.ini
include Makefile
include ChangeLog
include libvirt-python.spec

include *.[ch]
include *.xml
include *.py

global-exclude */__pycache__/*
global-exclude *.py[cod]