From 98d9d44a6c328588f008e5667b1e203f91921753 Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Mon, 15 Jul 2024 11:29:21 +0200 Subject: [PATCH] feat: update config file --- setup.cfg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8a74e06..0da5b4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,16 +3,15 @@ name = physutils url = https://github.com/physiopy/physutils download_url = https://github.com/physiopy/physutils author = physutils developers -maintainer = Stefano Moia -maintainer_email = s.moia@bcbl.eu +maintainer = The Physiopy Community +maintainer_email = physiopy.community@gmail.com classifiers = - Development Status :: 1 - Planning + Development Status :: 3 - Alpha Intended Audience :: Science/Research License :: OSI Approved :: Apache Software License - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3 license = Apache-2.0 -description = Python library to convert physiological data files into BIDS format +description = Set of utilities meant to be used with Physiopy's libraries long_description = file:README.md long_description_content_type = text/markdown; charset=UTF-8 platforms = OS Independent @@ -52,7 +51,7 @@ test = %(style)s devtools = pre-commit -all = +dev = %(doc)s %(style)s %(test)s