Skip to content

Commit

Permalink
Fixed a typo in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Aug 31, 2017
1 parent 450e7a4 commit f986d03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -72,7 +66,6 @@ def run(self):
author='Mauro Palumbo',
author_email='[email protected]',
license='LGPL-2.1',
summary='Post processing tools for Quantum Espresso',
long_description='Post processing tools for Quantum Espresso',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit f986d03

Please sign in to comment.