Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit 47b40b2

Browse files
committed
Include license, readme and exclude bytecode.
1 parent b429031 commit 47b40b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
include README.md
2+
include LICENSE
3+
4+
global-exclude __pycache__
5+
global-exclude *.pyc
6+
global-exclude *.pyo
7+
18
recursive-include rest_framework_swagger/static *
29
recursive-include rest_framework_swagger/templates *

0 commit comments

Comments
 (0)