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

fix entry_points

This commit is contained in:
Kelly Brazil
2019-10-16 15:08:06 -07:00
parent e572b2edfa
commit 46d6da92f0
2 changed files with 1 additions and 1 deletions

View File

View File

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