Skip to content

Commit d2fca8b

Browse files
implementation8
1 parent 064351c commit d2fca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

final_task/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
author = 'Anton Charnichenka',
77
author_email = '[email protected]',
88
description = 'pure Python command line calculator',
9-
packages = ['pycalc'],
9+
packages = setuptools.find_packages(),
1010
entry_points = {'console_scripts': ['pycalc = pycalc.__main__:main']},
1111
classifiers=["Programming Language :: Python :: 3.6", "Operating System :: Linux Mint"])

0 commit comments

Comments
 (0)