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
=== modified file 'setup.py'
--- setup.py 2015-04-01 20:28:45 +0000
+++ setup.py 2015-04-01 22:04:21 +0000
@@ -40,7 +40,8 @@
40setup(40setup(
41 name='uservice-utils',41 name='uservice-utils',
42 version=get_version(),42 version=get_version(),
43 description=open('README.rst').read(),43 description='Utilities for building micro-services.',
44 long_description=open('README.rst').read(),
44 author='Canonical CI Engineering Team',45 author='Canonical CI Engineering Team',
45 author_email='canonical-ci-engineering@lists.launchpad.net',46 author_email='canonical-ci-engineering@lists.launchpad.net',
46 url='https://launchpad.net/uservice-utils',47 url='https://launchpad.net/uservice-utils',

Subscribers

People subscribed via source and target branches

to all changes: