From ac531e0ca0b17902821966530629e434d0cdf9f7 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Mon, 15 Jun 2015 03:09:17 +0200 Subject: Make names more pythonic --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9bb3ae7..7156620 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( windows=[ { - 'script': 'ParrotZikTray', + 'script': 'parrot_zik_tray', 'icon_resources': [(1, "./share/icons/zik/Headphone.ico")], } ], @@ -43,7 +43,7 @@ setup( 'BeautifulSoup', 'bluetooth' ], - py_modules=['ParrotZik', 'message', 'resource_manager'], + py_modules=['parrot_zik', 'message', 'resource_manager'], - scripts=["ParrotZikTray"] + scripts=["parrot_zik_tray"] ) -- cgit v1.2.1