File: MANIFEST.in

package info (click to toggle)
python-rfc6555 0.0~git20190913.1a181b4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: python: 339; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include *.md
include *.rst
include *.txt
include LICENSE
include .coveragerc
include tox.ini
include artisanci/packages/virtualbox/LICENSE
include artisanci/packages/README.md
exclude build_docs.py
exclude .mention-bot
recursive-include docs *
recursive-exclude docs/build *
recursive-include docs Makefile
recursive-include tests *.py