Skip to content

Commit c028b72

Browse files
authored
Fix download link & text that got broken at some point
1 parent a66a39b commit c028b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
of the FOOOF approach is that these peaks are characterized in terms of their specific center
2929
frequency, amplitude and bandwidth without requiring predefining specific bands of interest.
3030
In particular, it separates these peaks from a dynamic, and independently interesting 1/f
31-
background. This conception of the 1/f as potenhttps://github.com/voytekresearch/fooof/releasestially functional (and therefore worth carefully
31+
background. This conception of the 1/f as potentially functional (and therefore worth carefully
3232
modeling) is based on work from the Voytek lab and others that collectively shows that 1/f changes
3333
across task demands and participant demographics, and that it may index underlying
3434
excitation/inhibition (EI) balance.
@@ -67,7 +67,7 @@
6767
'Programming Language :: Python :: 3.6',
6868
'Programming Language :: Python :: 3.7'
6969
],
70-
download_url = '',
70+
download_url = 'https://github.com/fooof-tools/fooof/releases',
7171
keywords = ['neuroscience', 'neural oscillations', 'power spectra', '1/f', 'electrophysiology'],
7272
install_requires = ['numpy', 'scipy>=0.19.0'],
7373
tests_require = ['pytest'],

0 commit comments

Comments
 (0)