~sil/desktopcouch/create-oauth-tokens-startup

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Ken VanDine
  • Date: 2009-07-31 14:51:22 UTC
  • mfrom: (19.2.6 desktopcouch)
  • Revision ID: dobey@gnome.org-20090731145122-2lqu49479h7eget7
    * Added man page for desktopcouch-pair

    * Install the service and the stop script in /usr/lib/desktopcouch/, to avoid users thinking they should run them by hand.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
setup(
29
29
    name='desktopcouch',
30
 
    version='0.0.1',
 
30
    version='0.0.2',
31
31
    description='A Desktop CouchDB instance.',
32
32
    url='https://launchpad.net/desktopcouch',
33
33
    license='LGPL-3',
34
34
    author='Stuart Langridge',
35
35
    author_email='stuart.langridge@canonical.com',
 
36
    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
 
37
                                              'bin/desktopcouch-stop'])],
36
38
)