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 064351c commit d2fca8bCopy full SHA for d2fca8b
final_task/setup.py
@@ -6,6 +6,6 @@
6
author = 'Anton Charnichenka',
7
author_email = '[email protected]',
8
description = 'pure Python command line calculator',
9
- packages = ['pycalc'],
+ packages = setuptools.find_packages(),
10
entry_points = {'console_scripts': ['pycalc = pycalc.__main__:main']},
11
classifiers=["Programming Language :: Python :: 3.6", "Operating System :: Linux Mint"])
0 commit comments