We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7208d3 commit 751d1e8Copy full SHA for 751d1e8
setup.cfg
@@ -47,7 +47,8 @@ zip_safe = True
47
# Indicates whether your package is able to be run from within a zip archive
48
# list-semi
49
setup_requires =
50
- setuptools>=40.5.0
+ pip != 19.0
51
+ setuptools >= 40.5.0
52
# List all packages required for installing your package (Running setup.py)
53
# str
54
python_requires = >=3.6
@@ -78,7 +79,7 @@ include_package_data = False
78
79
##list-comma
80
# dependency_links (DEPRECATED)
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)
83
[options.data_files]
84
# install_location = files_path, ...
85
0 commit comments