File: MANIFEST.in

package info (click to toggle)
python-django-celery-beat 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,112 kB
  • sloc: python: 3,440; makefile: 319; sh: 22
file content (17 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include Changelog
include LICENSE
include README.rst
include MANIFEST.in
include setup.cfg
include setup.py
include manage.py
recursive-include docs *
recursive-include extra/*
recursive-include examples *
recursive-include requirements *.txt *.rst
recursive-include django_celery_beat *.py *.html *.po *.mo
recursive-include t *.py

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .*.sw[a-z]