Skip to content

Commit 42029e0

Browse files
author
Vincent VERDEIL
committed
Correct entry_point in setup
1 parent a535969 commit 42029e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
{'universal': True}
5555
},
5656
zip_safe=True, # Don't install the lib as an .egg zipfile
57-
entry_points={'pibooth': ["pibooth-qrcode = pibooth-qrcode"]},
57+
entry_points={'pibooth': ["pibooth_qrcode = pibooth_qrcode"]},
5858
)
5959

6060
if __name__ == '__main__':

0 commit comments

Comments
 (0)