1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/MANIFEST.in
Tim Graham 44dc201cb6 Simplified MANIFEST.in
Also fixed missing django/contrib/auth/common-passwords.txt.gz file
and added JavaScript tests.
2015-07-25 07:21:53 -04:00

17 lines
378 B
Plaintext

include AUTHORS
include Gruntfile.js
include INSTALL
include LICENSE
include MANIFEST.in
include package.json
include *.rst
recursive-include django *
prune django/contrib/admin/bin
recursive-include docs *
recursive-include extras *
recursive-include js_tests *
recursive-include scripts *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]