Fullscreen support, UI fixes, reset improved
[smpy-maemo.git] / setup.py
blob543cb0268daf7986deb5ba18ef5f4c9920dd0c8c
1 from distutils.core import setup
3 setup(name='smpy',
4 version='2008.3.1',
5 scripts=['smpy'],
6 packages=['mechanize'],
7 modules=['ClientForm', 'robotparser'],
8 py_modules=['ClientForm', 'robotparser'],
9 data_files=[
10 ('share/applications/hildon', ['smpy.desktop']),
11 ('share/icons/hicolor/26x26/hildon', ['icons/26x26/smpy.png']),
12 ('share/icons/hicolor/40x40/hildon', ['icons/40x40/smpy.png']),
13 ('share/icons/hicolor/scalable/hildon', ['icons/scalable/smpy.png']),