Skip to content

Commit 566983d

Browse files
authored
Merge pull request #7 from open-data/helpdesk-email
Update author_email
2 parents 60ac362 + f1dd6d2 commit 566983d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pyright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check types
22
on: [pull_request]
33
env:
44
NODE_VERSION: '18'
5-
PYTHON_VERSION: '3.9'
5+
PYTHON_VERSION: '3.10'
66

77
permissions:
88
contents: read
@@ -32,6 +32,7 @@ jobs:
3232
pip install -e 'git+https://github.com/ckan/ckan@master#egg=ckan' -r 'https://raw.githubusercontent.com/ckan/ckan/master/requirements.txt' -r 'https://raw.githubusercontent.com/ckan/ckan/master/dev-requirements.txt'
3333
pip install -e /home/runner/work/app/src/ckanext-gcnotify/. -r /home/runner/work/app/src/ckanext-gcnotify/requirements.txt -r /home/runner/work/app/src/ckanext-gcnotify/dev-requirements.txt
3434
pip install --upgrade setuptools==44.1.0
35+
pip install -r requirements.txt
3536
find /home/runner/work/app -name '*.pyc' -delete
3637
- name: Install node deps
3738
if: steps.pydepends.outcome == 'success'

changes/7.changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update author_email from open-ouvert@tbs-sct.gc.ca to opendevelopment-developpementouvert@tbs-sct.gc.ca.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Author details
2727
author='''Open Government Canada''',
28-
author_email='''open-ouvert@tbs-sct.gc.ca''',
28+
author_email='''opendevelopment-developpementouvert@tbs-sct.gc.ca''',
2929

3030
# Choose your license
3131
license='AGPL',

0 commit comments

Comments
 (0)