File: MANIFEST.in

package info (click to toggle)
python-lzo 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ansic: 505; python: 200; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# MANIFEST.in
# Manifest template for creating the source distribution.
#
# written by Markus F. X. J. Oberhumer <markus@oberhumer.com>
#
include COPYING
include README
include INSTALL
include MANIFEST.in
include Makefile
include NEWS
include lzomodule.c
include setup.py
include tests/*.py