Merge ~smoser/ssh-import-id:fix/readme-md-long-description into ssh-import-id:master

Proposed by Scott Moser
Status: Merged
Merged at revision: da9db853d1cf6b757e1ce07ce1bb911e5c753879
Proposed branch: ~smoser/ssh-import-id:fix/readme-md-long-description
Merge into: ssh-import-id:master
Diff against target: 13 lines (+1/-1)
1 file modified
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
ssh-import-id Pending
Review via email: mp+378775@code.launchpad.net

Commit message

setup.py: Update long description content type in order to upload to pypi.

Version of ssh-import-id in pypi fails to install with:
  import requests ModuleNotFoundError: No module named 'requests'

More info in LP: #1861753.

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve
Revision history for this message
Scott Moser (smoser) wrote :

rebased and landed as da9db853d1cf6b757e1ce07ce1bb911e5c753879

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/setup.py b/setup.py
2index 3b6d878..78e592f 100755
3--- a/setup.py
4+++ b/setup.py
5@@ -41,7 +41,7 @@ except OSError:
6 setup(
7 name='ssh-import-id',
8 description='Authorize SSH public keys from trusted online identities',
9- long_description=readme,
10+ long_description_content_type='markdown',
11 version=read_version(),
12 author='Dustin Kirkland, Casey Marshall',
13 author_email='dustin.kirkland@gmail.com, casey.marshall@gmail.com',

Subscribers

People subscribed via source and target branches

to all changes: