diff --git a/setup.cfg b/setup.cfg index 915738eb..689ba4b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,8 +2,7 @@ description_file = README.rst name = rapidtide description = Tools for performing time delay analysis on fMRI data -long_description = file: LONGDESC.rst -long_description_content_type = text/x-rst; charset=UTF-8 +long_description = Rapidtide is a suite of Python programs used to model, characterize, visualize, and remove time varying, physiological blood signals from fMRI and fNIRS datasets. The primary workhorses of the package are the rapidtide program, which characterizes bulk blood flow, and happy, which focusses on the cardiac band.\nFull documentation is at: http://rapidtide.readthedocs.io/en/latest/ url = https://github.com/bbfrederick/rapidtide author = Blaise Frederick author_email = BBFrederick@mclean.harvard.edu, diff --git a/setup.py b/setup.py index e0c1f1b0..d7a3c824 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,9 @@ here = path.abspath(path.dirname(__file__)) # Get the long description from the README file -with open(path.join(here, "LONGDESC.rst"), encoding="utf-8") as f: - long_description = f.read() +#with open(path.join(here, "LONGDESC.rst"), encoding="utf-8") as f: +# long_description = f.read() +long_description = "Rapidtide is a suite of Python programs used to model, characterize, visualize, and remove time varying, physiological blood signals from fMRI and fNIRS datasets. The primary workhorses of the package are the rapidtide program, which characterizes bulk blood flow, and happy, which focusses on the cardiac band.\nFull documentation is at: http://rapidtide.readthedocs.io/en/latest/" # Write version number out to VERSION file version = versioneer.get_version()