File: MANIFEST.in

package info (click to toggle)
python-bonsai 1.5.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,108 kB
  • sloc: python: 6,660; ansic: 5,534; makefile: 169; sh: 90
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
recursive-include src *.c *.h *.py
recursive-include tests *.py
recursive-include docs *.rst *.py *.css Makefile make.bat
include README.rst
include LICENSE
include CHANGELOG.rst
include tests/test.ini
recursive-exclude docs/_build *