File: MANIFEST.in

package info (click to toggle)
python-libais 0.17%2Bgit.20190917.master.e464cf8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,768 kB
  • sloc: cpp: 56,058; python: 11,974; makefile: 535; sh: 453
file content (15 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include AUTHOR.txt
include Changelog.md
include CMakeLists.txt
include LICENSE
include Makefile-custom
include Makefile.am
include MANIFEST.in
include README.rst
include setup.py

recursive-include bin *
recursive-include docs *.txt *.org Makefile *.csv
recursive-include src *.cpp *.cc *.h Makefile-custom
recursive-include test *.py Makefile-custom
recursive-include utils *