Merge lp:~thomir-deactivatedaccount/uservice-utils/trunk-fix-setup into lp:uservice-utils

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~thomir-deactivatedaccount/uservice-utils/trunk-fix-setup
Merge into: lp:uservice-utils
Diff against target: 13 lines (+2/-1)
1 file modified
setup.py (+2/-1)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/uservice-utils/trunk-fix-setup
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+255005@code.launchpad.net

Commit message

Fix the description and long_description keys in setup.py.

Description of the change

Fix the description and long_description keys in setup.py.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2015-04-01 20:28:45 +0000
3+++ setup.py 2015-04-01 22:04:21 +0000
4@@ -40,7 +40,8 @@
5 setup(
6 name='uservice-utils',
7 version=get_version(),
8- description=open('README.rst').read(),
9+ description='Utilities for building micro-services.',
10+ long_description=open('README.rst').read(),
11 author='Canonical CI Engineering Team',
12 author_email='canonical-ci-engineering@lists.launchpad.net',
13 url='https://launchpad.net/uservice-utils',

Subscribers

People subscribed via source and target branches

to all changes: