File: MANIFEST.in

package info (click to toggle)
python-simpy3 3.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 2,885; makefile: 138
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
include *.cfg
include *.ini
include *.txt
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs/_build *
recursive-exclude docs/__pycache__ *