File: MANIFEST.in

package info (click to toggle)
python-mbedtls 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 960 kB
  • sloc: python: 4,595; sh: 170; makefile: 18
file content (17 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
recursive-include src *.pxd
recursive-include src *.pyx
recursive-include src *.pyi
recursive-include src *.py
include src/mbedtls/py.typed
include LICENSE*
include *.md
include *.toml
include *.txt
include ChangeLog
recursive-include docs *.rst
recursive-include programs *.py
recursive-include requirements *.in
recursive-include requirements *.txt
recursive-include scripts *.sh
recursive-include tests *.pem
recursive-include tests *.py