File: MANIFEST.in

package info (click to toggle)
django-recurrence 1.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: python: 2,530; javascript: 2,502; makefile: 159; sh: 6
file content (8 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
include README.md
include LICENSE
include MANIFEST.in
include pytest.ini
recursive-include docs Makefile make.bat *.rst *.py *.png
recursive-include recurrence/static *.css *.png *.js
recursive-include recurrence/locale *.mo *.po
recursive-include tests *.py