mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
setup updates
This commit is contained in:
3
setup.py
3
setup.py
@ -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'
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user