File: MANIFEST.in

package info (click to toggle)
python-w3lib 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 396 kB
  • sloc: python: 3,141; makefile: 133
file content (12 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# Include tests into distribution
recursive-include tests *.py *.txt

# Include documentation source
recursive-include docs Makefile make.bat conf.py *.rst

# Miscellaneous assets
include LICENSE
include NEWS
include README.rst
include pytest.ini
include tox.ini