File: MANIFEST.in

package info (click to toggle)
python-selectolax 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 2,239; makefile: 225
file content (29 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.md
include CHANGES.md

include selectolax/*
include selectolax/lexbor/*
include selectolax/modest/*

include selectolax/lexbor/*.so
exclude selectolax/*.so


recursive-include modest/source *.c *.h
recursive-include modest/include *.h
include modest/*
include modest/include/*
include modest/source/*

recursive-include lexbor/source *.c *.h
include lexbor/*
include lexbor/source/*

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif