Skip to content

Commit 751d1e8

Browse files
Update setup.cfg
Dont use pip 19.0 due to [Issue 6158](pypa/pip#6158)
1 parent b7208d3 commit 751d1e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ zip_safe = True
4747
# Indicates whether your package is able to be run from within a zip archive
4848
# list-semi
4949
setup_requires =
50-
setuptools>=40.5.0
50+
pip != 19.0
51+
setuptools >= 40.5.0
5152
# List all packages required for installing your package (Running setup.py)
5253
# str
5354
python_requires = >=3.6
@@ -78,7 +79,7 @@ include_package_data = False
7879
##list-comma
7980
# dependency_links (DEPRECATED)
8081

81-
# Put data files outside package (This section requires setuptools>=40.5.0)
82+
# Put data files outside package (This section requires setuptools >= 40.5.0)
8283
[options.data_files]
8384
# install_location = files_path, ...
8485

0 commit comments

Comments
 (0)