Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed Mar 9, 2022
1 parent 6b9da30 commit 00b1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# get the version (don't import, so dependencies are not needed)
version = None
with open('microstates.py') as fid:
with open('mne_microstates.py') as fid:
for line in (line.strip() for line in fid):
if line.startswith('__version__'):
version = line.split('=')[1].strip().strip('\'')
Expand Down

0 comments on commit 00b1ecd

Please sign in to comment.