From f986d03d341b318e60b588893c13e164a9426ca4 Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Thu, 31 Aug 2017 14:17:29 +0200 Subject: [PATCH] Fixed a typo in setup.py. --- setup.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.py b/setup.py index fcdc85e..a45eb3c 100644 --- a/setup.py +++ b/setup.py @@ -24,18 +24,12 @@ def run(self): class MySDist(sdist): def run(self): - print("MySDist !!!") - import pdb - pdb.set_trace() sdist.run(self) class MyInstall(install): def run(self): - print("MyInstall !!!") - import pdb - pdb.set_trace() install.run(self) setup( @@ -72,7 +66,6 @@ def run(self): author='Mauro Palumbo', author_email='mpalumbo@sissa.it', license='LGPL-2.1', - summary='Post processing tools for Quantum Espresso', long_description='Post processing tools for Quantum Espresso', classifiers=[ 'Development Status :: 3 - Alpha',