Skip to content

Commit 17ba1a8

Browse files
update name of source distribution for consistency with other packages in the MNE ecosystem
1 parent 99e14cb commit 17ba1a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import sys
33

44
setup(
5-
name = 'mne_ari',
5+
name = 'mne-ari',
66
version = '0.1.2',
77
description = 'All-Resolutions Inference for M/EEG',
8-
url = 'https://github.com/john-veillette/mne_ari',
8+
url = 'https://github.com/john-veillette/mne-ari',
99
author = 'John Veillette',
1010
author_email = 'johnv@uchicago.edu',
1111
license = 'BSD-3-Clause',

0 commit comments

Comments
 (0)