Skip to content

Commit

Permalink
feat: update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Jul 15, 2024
1 parent 081dae5 commit 98d9d44
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
maintainer = The Physiopy Community
maintainer_email = [email protected]
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
Expand Down Expand Up @@ -52,7 +51,7 @@ test =
%(style)s
devtools =
pre-commit
all =
dev =
%(doc)s
%(style)s
%(test)s
Expand Down

0 comments on commit 98d9d44

Please sign in to comment.