Skip to content

Commit 064351c

Browse files
implementation 7
1 parent 4be6a2f commit 064351c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

final_task/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
author_email = '[email protected]',
88
description = 'pure Python command line calculator',
99
packages = ['pycalc'],
10-
entry_points = {'console_scripts': ['pycalc = pycalc.pycalc:main']},
10+
entry_points = {'console_scripts': ['pycalc = pycalc.__main__:main']},
1111
classifiers=["Programming Language :: Python :: 3.6", "Operating System :: Linux Mint"])

0 commit comments

Comments
 (0)