diff -ur a/setup.py b/setup.py --- a/setup.py 2007-09-06 11:14:23.000000000 +0200 +++ b/setup.py 2007-09-06 11:19:54.000000000 +0200 @@ -24,9 +24,8 @@ author='Jonas Wagner', author_email='veers@gmx.ch', url='http://lanshark.29a.ch', - packages=['lanshark', 'simplejson'], - package_dir={'lanshark': 'src/lanshark', - 'simplejson': 'src/lanshark/simplejson'}, + packages=['lanshark'], + package_dir={'lanshark': 'src/lanshark'}, scripts=['src/lansharkgui', 'src/lansharkc'], windows=[{'script': 'src/lansharkgui', 'icon_resources': [(1, 'lanshark.ico')],