From f665715457a80d8d5cb86cdec587b7e585120d16 Mon Sep 17 00:00:00 2001 From: Marie-Eve Picard Date: Fri, 26 Jul 2024 10:45:03 -0400 Subject: [PATCH 1/3] Update description --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f6b546..20af42e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python :: 3 license = Apache-2.0 -description = Python library to convert physiological data files into BIDS format +description = A collection of scripts to prepare physiology data for fMRI denoise long_description = file:README.md long_description_content_type = text/markdown; charset=UTF-8 platforms = OS Independent From e1eeacaf6de7adce4b7377367e265196c15ff787 Mon Sep 17 00:00:00 2001 From: Marie-Eve Picard Date: Fri, 26 Jul 2024 10:46:26 -0400 Subject: [PATCH 2/3] Fix typo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 20af42e..f54e350 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python :: 3 license = Apache-2.0 -description = A collection of scripts to prepare physiology data for fMRI denoise +description = A collection of scripts to prepare physiology data for fMRI denoising long_description = file:README.md long_description_content_type = text/markdown; charset=UTF-8 platforms = OS Independent From fbfdd54fd6b0cc764a8ccc21e45ab0841224b5b8 Mon Sep 17 00:00:00 2001 From: Marie-Eve Picard Date: Fri, 26 Jul 2024 10:51:37 -0400 Subject: [PATCH 3/3] Fix typo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f54e350..a3f8ff9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python :: 3 license = Apache-2.0 -description = A collection of scripts to prepare physiology data for fMRI denoising +description = A collection of scripts to prepare physiological data for fMRI denoising long_description = file:README.md long_description_content_type = text/markdown; charset=UTF-8 platforms = OS Independent