Merge lp:~dobey/dirspec/update-4-0 into lp:dirspec/stable-4-0

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 16
Merged at revision: 16
Proposed branch: lp:~dobey/dirspec/update-4-0
Merge into: lp:dirspec/stable-4-0
Diff against target: 15 lines (+3/-1)
1 file modified
setup.py (+3/-1)
To merge this branch: bzr merge lp:~dobey/dirspec/update-4-0
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+127345@code.launchpad.net

Commit message

[Rodney Dawes]

    Add a little missing metadata to the setup function.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
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 2012-09-17 20:04:54 +0000
+++ setup.py 2012-10-01 18:23:33 +0000
@@ -20,8 +20,10 @@
20setup(20setup(
21 name='dirspec',21 name='dirspec',
22 version='3.99.92',22 version='3.99.92',
23 packages=['dirspec'],
24 description='XDG Base and User directories implementation',23 description='XDG Base and User directories implementation',
24 license='GNU LGPL v3',
25 url='https://launchpad.net/dirspec',25 url='https://launchpad.net/dirspec',
26 download_url='https://launchpad.net/dirspec/+download',
27 packages=['dirspec'],
26 test_suite='dirspec.tests',28 test_suite='dirspec.tests',
27 )29 )

Subscribers

People subscribed via source and target branches

to all changes: