Skip to content

Commit 65872e4

Browse files
committed
Pycalc release v1.0.2.
1 parent 0c7c9f3 commit 65872e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

final_task/pycalc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self):
7676
math_operators, math_constants = PyCalc.get_math_operators(math_priority=math_priority,
7777
tag_operators=self.tag_advanced,
7878
tag_constants=self.tag_constant,
79-
tuple_template = full_info
79+
tuple_template=full_info
8080
)
8181

8282
self.operators = common_operators

final_task/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from distutils.core import setup
22

33
setup(
4-
name='pycalc',
5-
version='1.0.1',
6-
packages=['pycalc'],
4+
name='final_task',
5+
version='1.0.2.',
6+
packages=[''],
77
url='',
88
license='Free',
99
author='Gleb Nikitin',
1010
author_email='[email protected]',
11-
description='Pycalc calculator.'
11+
description='Python calculator.'
1212
)

0 commit comments

Comments
 (0)