Skip to content

Commit 365a8ac

Browse files
committed
add console entry point
1 parent f45b783 commit 365a8ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
setuptools.setup(
1515
name='convert2php',
1616
packages=setuptools.find_packages(),
17+
entry_points={
18+
'console_scripts': [
19+
'convert2php = src.php2python:main'
20+
]
21+
},
1722
version=__version__,
1823
description='A python script to convert simple php code to python',
1924
author='Nyaundi Brian',

0 commit comments

Comments
 (0)