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

module fix

This commit is contained in:
Kelly Brazil
2019-10-16 16:01:34 -07:00
parent 62851b48d5
commit caf480c63a

View File

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