Skip to content

Commit cb9eb76

Browse files
committed
fixh pythonscript command in setup.py
1 parent 08c9e49 commit cb9eb76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='PythonScriptTranslator',
6-
version='0.7.3',
6+
version='0.7.4',
77
description='Python translator for the browser',
88
author='Amirouche Boubekki',
99
author_email='amirouche.boubekki@gmail.com',
@@ -13,7 +13,7 @@
1313
entry_points="""
1414
[console_scripts]
1515
pythonjs=pythonscript.pythonjs:main
16-
pythonscript=pythonscript.main:command
16+
pythonscript=pythonscript.pythonscript:command
1717
python_to_pythonjs=pythonscript.python_to_pythonjs:command
1818
""",
1919
install_script='bin/pythonscript',

0 commit comments

Comments
 (0)