diff --git a/MANIFEST.in b/MANIFEST.in index 4edcecc0..e2cfbde8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,9 @@ +include README.md +include LICENSE + +global-exclude __pycache__ +global-exclude *.pyc +global-exclude *.pyo + recursive-include rest_framework_swagger/static * recursive-include rest_framework_swagger/templates *