1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

rename jc.py to cli.py

This commit is contained in:
Kelly Brazil
2019-11-07 08:03:45 -08:00
parent 2ee392eeff
commit a5efd8adce

View File

@ -20,7 +20,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
entry_points={
'console_scripts': [
'jc=jc.jc:main'
'jc=jc.cli:main'
]
},
classifiers=[