File: MANIFEST.in

package info (click to toggle)
pyepr 0.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,080 kB
  • sloc: python: 2,927; makefile: 240; sh: 13
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include MANIFEST.in
include LICENSE.txt
include requirements.txt

recursive-include LICENSES *.txt
recursive-include tests *.py
recursive-include src *.pyx *.pxd *.c
recursive-include epr-api-src *.c *.h

recursive-include doc *.rst *.txt *.py Makefile make.bat *.png
recursive-include doc/_templates *.html
recursive-include doc/pydoctheme *
recursive-include doc/html *
recursive-exclude doc/_build *