1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

rename jc.py to jc

This commit is contained in:
Kelly Brazil
2019-10-16 09:03:05 -07:00
parent 3652e51693
commit 4d1565071e
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -17,7 +17,7 @@ setuptools.setup(
python_requires='~=3.4',
url='https://github.com/kellyjonbrazil/jc',
packages=setuptools.find_packages(),
scripts=['jc/jc.py'],
scripts=['jc/jc'],
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',