diff options
Diffstat (limited to 'ui/pydist/setup.py')
-rw-r--r-- | ui/pydist/setup.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/pydist/setup.py b/ui/pydist/setup.py index 794b8e2..7fdae90 100644 --- a/ui/pydist/setup.py +++ b/ui/pydist/setup.py @@ -24,12 +24,13 @@ from setuptools import setup import datetime import time -long_description = \ -'''leap.bitmask_js +long_description = '''leap.bitmask_js ----------------- -This package contains the already compiled javascript resources for the bitmask UI. +This package contains the already compiled javascript resources for the bitmask +UI. -If you want to develop for this UI, please checkout the bitmask-dev [0] repo and follow the instructions in the ui/README.md file. +If you want to develop for this UI, please checkout the bitmask-dev [0] repo +and follow the instructions in the ui/README.md file. [0] https://github.com/leapcode/bitmask-dev''' |