1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
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=[