Merge ~gavin.lin/cc-lab-manager:jenkin-test into cc-lab-manager:master

Proposed by Gavin Lin
Status: Merged
Approved by: Gavin Lin
Approved revision: 34f37ca36501c23af1d232e27309dd3955f662c5
Merged at revision: 0c01974886e669147efb393a86357358b19ebf34
Proposed branch: ~gavin.lin/cc-lab-manager:jenkin-test
Merge into: cc-lab-manager:master
Diff against target: 13 lines (+1/-1)
1 file modified
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Gavin Lin (community) Approve
Review via email: mp+427881@code.launchpad.net

Commit message

Fix typo in name of pygsheet.

To post a comment you must log in.
Revision history for this message
Gavin Lin (gavin.lin) wrote :

self-approved for fixing typo

review: Approve

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 d39888c..0bb1ec1 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -1,7 +1,7 @@
6 #!/usr/bin/env python3
7 from setuptools import setup, find_packages
8
9-INSTALL_REQUIRES = ['pysheets', 'jinja2', 'python-libmaas', 'aiohttp==3.7.2']
10+INSTALL_REQUIRES = ['pygsheets', 'jinja2', 'python-libmaas', 'aiohttp==3.7.2']
11
12 setup(
13 name='cc-lab-manager',

Subscribers

People subscribed via source and target branches

to all changes: