diff options
Diffstat (limited to 'ui/pydist/README.md')
-rw-r--r-- | ui/pydist/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/pydist/README.md b/ui/pydist/README.md new file mode 100644 index 00000000..6e2b11f6 --- /dev/null +++ b/ui/pydist/README.md @@ -0,0 +1,4 @@ +This directory holds the python package of the javascript app, called 'bitmask_js'. + +Why it it done this way? By creating a python package, it is easier for the +javascript app to be distributed with the bitmask client. |