diff --git a/setup.py b/setup.py index 1b7b35f0..b4047484 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,9 @@ except ImportError: from distutils.core import setup -long_desc = '''Translates JavaScript to Python code. Js2Py is able to translate and execute virtually any JavaScript code. +long_desc = '''Fork of https://github.com/PiotrDabkowski/Js2Py to provide built wheel distribution based on https://pypi.org/project/pyjsparser-wheel/') + +Translates JavaScript to Python code. Js2Py is able to translate and execute virtually any JavaScript code. Js2Py is written in pure python and does not have any dependencies. Basically an implementation of JavaScript core in pure python.