Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
executable name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Jun 22, 2016
1 parent a3007a0 commit e43d56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run(self):
print "[INFO] Compile a deb package..."

os.system('mkdir %s' % self.folder)
os.system('cp stdeb.cfg setup.py pynocchio_client %s' % self.folder)
os.system('cp stdeb.cfg setup.py pynocchio-client %s' % self.folder)
os.system('cp -r pynocchio linux %s' % self.folder)
os.system('cd %s && python setup.py --command-packages=stdeb.command '
'sdist_dsc --package %s' % (self.folder, package_name))
Expand Down Expand Up @@ -162,7 +162,7 @@ def run(self):
test_suite='test',
cmdclass=cmdclass,
scripts=[
'pynocchio_client',
'pynocchio-client',
],
include_package_data=True,
data_files=[
Expand Down

0 comments on commit e43d56e

Please sign in to comment.