Skip to content

Commit

Permalink
Correct entry_point in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent VERDEIL committed Oct 14, 2020
1 parent a535969 commit 42029e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
{'universal': True}
},
zip_safe=True, # Don't install the lib as an .egg zipfile
entry_points={'pibooth': ["pibooth-qrcode = pibooth-qrcode"]},
entry_points={'pibooth': ["pibooth_qrcode = pibooth_qrcode"]},
)

if __name__ == '__main__':
Expand Down

0 comments on commit 42029e0

Please sign in to comment.