2
# Installation script for Photostory
4
from distutils.core import setup
7
setup(name='Photostory',
9
description='Photostory lets you use your webcam to photo yourself\
10
every day, then compile them into a video.',
11
#long_description='''XXX''',
12
author='Photostory Team',
13
#author_email='https://launchpad.net/~photostory-team/+contactuser',
14
maintainer='Joel Auterson',
15
maintainer_email='joel.auterson@googlemail.com',
16
keywords=['photo', 'story', 'daily', 'picture', 'webcam', 'story',
18
url='http://launchpad.net/photostory',
21
('bin', ['photostory']),
22
('share/applications/', ['photostory.desktop']),
23
('share/icons/hicolor/scalable/apps', ['photostory.svg']),
25
requires=['gst', 'gtk2']