From 61b5734c12d6ab6733d3a832df8d99f1041bf355 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 21 Sep 2016 17:13:11 -0700 Subject: [pkg] pep8 cleanup --- ui/pydist/setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ui/pydist') diff --git a/ui/pydist/setup.py b/ui/pydist/setup.py index 794b8e2d..7fdae904 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''' -- cgit v1.2.3