Add an entry point in **setup.py** to make it easier to use. This: ``` python jupy2wp [options] ``` Instead of: ``` python python -m jupy2wp.jupy2wp [options] ```
Add an entry point in setup.py to make it easier to use. This:
Instead of: