Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0e4e5d

Browse files
committed
Comment about the weird matching.
1 parent b906d1f commit d0e4e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/poise_python/resources/python_package.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module PythonPackage
3737
import sys
3838
3939
import pip
40+
# Don't use pkg_resources because I don't want to require it before this anyway.
4041
if re.match(r'0|1|6\\.0', pip.__version__):
4142
sys.stderr.write('The python_package resource requires pip >= 6.1.0, currently '+pip.__version__+'\\n')
4243
sys.exit(1)

0 commit comments

Comments
 (0)