Fixed missing modules in setup script
authorjaviplx <javiplx@gmail.com>
Sun, 17 Oct 2010 10:57:35 +0000 (10:57 +0000)
committerjaviplx <javiplx@gmail.com>
Sun, 17 Oct 2010 10:57:35 +0000 (10:57 +0000)
git-svn-id: file:///svnroot/wifihood/trunk@67 c51dfc6a-5949-4919-9c8e-f207a149c383

wifiscanner/setup.py

index 0a7c3b7..289f5b8 100755 (executable)
@@ -13,6 +13,7 @@ setup(name='wifihood',
       data_files = [
                    ( 'share/applications/hildon' , [ 'wifiscanner.desktop' , 'wifiview.desktop' ] )
                    ],
+      py_modules=['wifiscanner', 'wifiview'],
       packages=['wifimap']
       )