Merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1 into lp://qastaging/desktopcouch

Proposed by Ken VanDine
Status: Merged
Approved by: Elliot Murphy
Approved revision: 28
Merged at revision: not available
Proposed branch: lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1
Merge into: lp://qastaging/desktopcouch
Diff against target: None lines
To merge this branch: bzr merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+9523@code.qastaging.launchpad.net

Commit message

Bumped version to 0.1 in setup.py and tagged desktopcouch-0_1

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Bumped version to 0.1 in setup.py and tagged desktopcouch-0_1

Revision history for this message
dobey (dobey) wrote :

I really really don't like distutils/setuptools. :-/

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'setup.py'
--- setup.py 2009-07-29 14:31:01 +0000
+++ setup.py 2009-07-31 17:40:08 +0000
@@ -27,12 +27,14 @@
2727
28setup(28setup(
29 name='desktopcouch',29 name='desktopcouch',
30 version='0.0.2',30 version='0.1',
31 description='A Desktop CouchDB instance.',31 description='A Desktop CouchDB instance.',
32 url='https://launchpad.net/desktopcouch',32 url='https://launchpad.net/desktopcouch',
33 license='LGPL-3',33 license='LGPL-3',
34 author='Stuart Langridge',34 author='Stuart Langridge',
35 author_email='stuart.langridge@canonical.com',35 author_email='stuart.langridge@canonical.com',
36 data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',36 data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
37 'bin/desktopcouch-stop'])],37 'bin/desktopcouch-stop']),
38 ('/usr/share/doc/python-desktopcouch-records/api/',
39 ['desktopcouch/records/doc/records.txt'])],
38)40)

Subscribers

People subscribed via source and target branches