mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
rename jc.py to jc
This commit is contained in:
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ setuptools.setup(
|
|||||||
python_requires='~=3.4',
|
python_requires='~=3.4',
|
||||||
url='https://github.com/kellyjonbrazil/jc',
|
url='https://github.com/kellyjonbrazil/jc',
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
scripts=['jc/jc.py'],
|
scripts=['jc/jc'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
|
Reference in New Issue
Block a user