Skip to content

Commit facabc4

Browse files
committed
MAINT: Add python_requires to package metadata
1 parent e7ab9cb commit facabc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_nipype_gitversion():
6161
'Programming Language :: Python :: 3.7',
6262
'Topic :: Scientific/Engineering'
6363
]
64+
PYTHON_REQUIRES = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*"
6465

6566
description = 'Neuroimaging in Python: Pipelines and Interfaces'
6667

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def main():
139139
author_email=ldict['AUTHOR_EMAIL'],
140140
platforms=ldict['PLATFORMS'],
141141
version=ldict['VERSION'],
142+
python_requires=ldict['PYTHON_REQUIRES'],
142143
install_requires=ldict['REQUIRES'],
143144
setup_requires=SETUP_REQUIRES,
144145
provides=ldict['PROVIDES'],

0 commit comments

Comments
 (0)