Skip to content

Commit a2ba8e9

Browse files
committed
Update setup to newer physiopy
1 parent bf0c136 commit a2ba8e9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

setup.cfg

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
name = phys2bids
33
url = https://github.com/physiopy/phys2bids
44
download_url = https://github.com/physiopy/phys2bids
5-
author = phys2bids developers
6-
maintainer = Stefano Moia
5+
author = The Physiopy Community
6+
maintainer = The Physiopy Community
77
maintainer_email = [email protected]
88
classifiers =
99
Development Status :: 5 - Production/Stable
1010
Intended Audience :: Science/Research
1111
License :: OSI Approved :: Apache Software License
12-
Programming Language :: Python :: 3.6
13-
Programming Language :: Python :: 3.7
14-
Programming Language :: Python :: 3.8
15-
Programming Language :: Python :: 3.9
16-
Programming Language :: Python :: 3.10
12+
Programming Language :: Python :: 3
1713
license = Apache-2.0
1814
description = Python library to convert physiological data files into BIDS format
1915
long_description = file:README.md
@@ -64,7 +60,7 @@ test =
6460
coverage
6561
%(interfaces)s
6662
%(style)s
67-
all =
63+
dev =
6864
%(doc)s
6965
%(duecredit)s
7066
%(interfaces)s

0 commit comments

Comments
 (0)