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

Commit 1625cb5

Browse files
committed
Merge pull request #170 from captainsafia/add-manifest
Added MANIFEST.in
2 parents 6b7cd17 + a12d530 commit 1625cb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MANIFEST.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include requirements.txt
2+
include *.py
3+
include Makefile
4+
recursive-include static *.css *.js *.txt
5+
recursive-include templates *.html
6+
recursive-include script *
7+
include *.in
8+
include *.md
9+
include Dockerfile
10+
include LICENSE

0 commit comments

Comments
 (0)