File: MANIFEST.in

package info (click to toggle)
irclog2html 2.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,144 kB
  • sloc: python: 2,577; perl: 216; makefile: 59
file content (22 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include bootstrap.py
include buildout.cfg
include *.rst
include tox.ini
include Makefile
include src/irclog2html/irclog.css
include src/irclog2html/tests/*.py
include src/irclog2html/tests/*.cfg
include src/irclog2html/tests/*.log
include porting/*.txt
include porting/*.py
include porting/*.pl
include porting/testcases/*.log
include testcases/*.log
include .gitignore
include .travis.yml
include appveyor.yml
include .coveragerc
include COPYING

# added by check_manifest.py
include *.mk