1
by David Callé
* Copy video-local branch |
1 |
#!/usr/bin/env python
|
2 |
#
|
|
3 |
from distutils.core import setup |
|
4 |
from DistUtilsExtra.command import * |
|
5 |
||
6 |
setup(name="unity-scope-video-remote", |
|
46
by David Callé
Prepare for 0.3.5 |
7 |
version="0.3.5", |
1
by David Callé
* Copy video-local branch |
8 |
author="David Calle", |
9 |
author_email="davidc@framli.eu", |
|
10 |
url="http://launchpad.net/onehundredscopes", |
|
11 |
license="GNU General Public License (GPL)", |
|
12 |
data_files=[ |
|
13 |
('lib/unity-scope-video-remote', ['src/unity-scope-video-remote']), |
|
14 |
('share/dbus-1/services', ['unity-scope-video-remote.service']), |
|
15 |
('share/unity/lenses/video', ['video-remote.scope']), |
|
16 |
], cmdclass={"build": build_extra.build_extra, }) |