File: MANIFEST.in

package info (click to toggle)
pyopenssl 25.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,276 kB
  • sloc: python: 8,555; makefile: 116
file content (5 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
include             LICENSE MANIFEST.in *.rst noxfile.py .coveragerc src/OpenSSL/py.typed
exclude             .readthedocs.yml mypy.ini
recursive-include   tests           *.py
recursive-include   doc             *
prune               doc/_build