1 parent 08c9e49 commit cb9eb76Copy full SHA for cb9eb76
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='PythonScriptTranslator',
6
- version='0.7.3',
+ version='0.7.4',
7
description='Python translator for the browser',
8
author='Amirouche Boubekki',
9
author_email='amirouche.boubekki@gmail.com',
@@ -13,7 +13,7 @@
13
entry_points="""
14
[console_scripts]
15
pythonjs=pythonscript.pythonjs:main
16
- pythonscript=pythonscript.main:command
+ pythonscript=pythonscript.pythonscript:command
17
python_to_pythonjs=pythonscript.python_to_pythonjs:command
18
""",
19
install_script='bin/pythonscript',
0 commit comments