diff --git a/jc/jc.py b/jc/jc similarity index 100% rename from jc/jc.py rename to jc/jc diff --git a/setup.py b/setup.py index e6718b2d..dba9cc4a 100755 --- a/setup.py +++ b/setup.py @@ -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',