Skip to content

Commit 0c7c9f3

Browse files
committed
Pycalc release v1.0.1.
1 parent 711e8f5 commit 0c7c9f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

final_task/setup.py

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

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

0 commit comments

Comments
 (0)