We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be6a2f commit 064351cCopy full SHA for 064351c
final_task/pycalc/pycalc.py final_task/pycalc/__main__.pyfinal_task/pycalc/pycalc.py renamed to final_task/pycalc/__main__.py
final_task/setup.py
@@ -7,5 +7,5 @@
7
author_email = '[email protected]',
8
description = 'pure Python command line calculator',
9
packages = ['pycalc'],
10
- entry_points = {'console_scripts': ['pycalc = pycalc.pycalc:main']},
+ entry_points = {'console_scripts': ['pycalc = pycalc.__main__:main']},
11
classifiers=["Programming Language :: Python :: 3.6", "Operating System :: Linux Mint"])
0 commit comments