File: MANIFEST.in

package info (click to toggle)
python-crontab 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: python: 2,935; sh: 6; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include AUTHORS
include COPYING
include README.rst
include MANIFEST.in
include CHANGES.md
include setup.py
include crontab.py
include cronlog.py
recursive-include tests *.empty
recursive-include tests *.py
recursive-include tests *.sh
recursive-include tests *.txt
include tests/data/spool/*
include tests/data/crontabs/*