Browse Source

add MANIFEST.in

Gerrit 7 years ago
parent
commit
2c1fc06e83
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      MANIFEST.in

+ 9
- 0
MANIFEST.in View File

@@ -0,0 +1,9 @@
1
+include LICENSE
2
+include README.md
3
+include requirements.txt
4
+recursive-include posttls/core/static/css *
5
+recursive-include posttls/core/static/vendor *
6
+recursive-include posttls/core/static/vendor/bootstrap/css *
7
+recursive-include posttls/core/static/vendor/bootstrap/fonts *
8
+recursive-include posttls/core/static/vendor/bootstrap/js *
9
+recursive-include posttls/core/templates/core *

Loading…
Cancel
Save