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

setup updates

This commit is contained in:
Kelly Brazil
2019-11-01 08:53:53 -07:00
parent d1927456b0
commit 9a9eb4120a

View File

@ -20,12 +20,13 @@ setuptools.setup(
packages=setuptools.find_packages(),
entry_points={
'console_scripts': [
'jc=jc.jc:main',
'jc=jc.jc:main'
],
},
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: Utilities'
]
)