forked from tj-django/django-model-subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
38 lines (37 loc) · 743 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
recursive-include model_subscription *.py
include LICENSE
include README.rst
include README.md
include *.rst
recursive-exclude demo *.py
recursive-exclude demo/migrations *.py
recursive-exclude django_model_subscription *.py
prune model_subscription/tests.py
prune docs
prune .github
prune .circleci
global-exclude __pycache__
global-exclude *.py[co]
exclude *.example
exclude *.json
exclude .yamllint
exclude *.png
exclude *.egg-info
exclude *.py
exclude *.txt
exclude .bumpversion.cfg
exclude .coveragerc
exclude Makefile
exclude tox.ini
exclude .tox
exclude mypy.ini
exclude *.json
exclude *.lock
exclude *.png
exclude *.yml
exclude AUTHORS
exclude Makefile
exclude SPECS
exclude .all-contributorsrc
exclude .pypirc
exclude .envrc-example