Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191501
Collapse All | Expand All

(-)a/setup.py (-3 / +2 lines)
Lines 24-32 Link Here
24
      author='Jonas Wagner',
24
      author='Jonas Wagner',
25
      author_email='veers@gmx.ch',
25
      author_email='veers@gmx.ch',
26
      url='http://lanshark.29a.ch',
26
      url='http://lanshark.29a.ch',
27
      packages=['lanshark', 'simplejson'],
27
      packages=['lanshark'],
28
      package_dir={'lanshark': 'src/lanshark',
28
      package_dir={'lanshark': 'src/lanshark'},
29
          'simplejson': 'src/lanshark/simplejson'},
30
      scripts=['src/lansharkgui', 'src/lansharkc'],
29
      scripts=['src/lansharkgui', 'src/lansharkc'],
31
      windows=[{'script': 'src/lansharkgui',
30
      windows=[{'script': 'src/lansharkgui',
32
          'icon_resources': [(1, 'lanshark.ico')],
31
          'icon_resources': [(1, 'lanshark.ico')],

Return to bug 191501