Skip to content

Commit 9d31a2c

Browse files
authored
Merge pull request #55 from mancusolab/dev
Dev
2 parents c86ecaf + 1922716 commit 9d31a2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploydocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v4
15-
with: {python-version: "3.10"}
15+
with: {python-version: "3.8"}
1616
- name: Tools for docs build
1717
run: |
1818
pip install --upgrade pip

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name = sushie
88
description = SNP fine-mapping of molecular data across ancestries using SuShiE
99
author = Zeyun Lu, Nicholas Mancuso
10-
author_email = zeyunlu@usc.edu, Nicholas.Mancuso@med.usc.edu
10+
author_email = zeyun_lu@dfci.harvard.edu, Nicholas.Mancuso@med.usc.edu
1111
license = MIT
1212
license_files = LICENSE.txt
1313
long_description = file: README.md

0 commit comments

Comments
 (0)