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

Commit

Permalink
Include license, readme and exclude bytecode.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgibbons committed Jul 20, 2016
1 parent b429031 commit 47b40b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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 *

0 comments on commit 47b40b2

Please sign in to comment.