~super-friends/friends/raring

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Bruce Park
  • Date: 2012-10-24 18:53:12 UTC
  • Revision ID: robert.park@canonical.com-20121024185312-2tq5c0pu06m0giz3
Add a new gsettings schema, with a basic subset of options.

I reviewed the old gwibber gschema and identified just a few options
that we are actually using at this point (most of the other options
are holdovers from when gwibber still had it's own frontend).

Also modified setup.py to install it for us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    package_data = {
34
34
        'friends.service.templates': ['*.service.in'],
35
35
        },
 
36
    data_files = [
 
37
        ('/usr/share/glib-2.0/schemas',
 
38
         ['data/com.canonical.friends.gschema.xml'])
 
39
        ],
36
40
    entry_points = {
37
41
        'console_scripts': ['friends-service = friends.main:main'],
38
42
        'distutils.commands': [