diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-09-07 20:04:18 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-09-07 20:04:18 -0400 |
| commit | 00c0ef57a1aee9cd35623936e756292a21e8d684 (patch) | |
| tree | 6197b30d9c7e9cdab40853ba878acdd74acb0396 /setup.cfg | |
| parent | f11b87f894ae8ced8a91f57ac42f0195d7e515f1 (diff) | |
| download | python-setuptools-git-00c0ef57a1aee9cd35623936e756292a21e8d684.tar.gz | |
Rename to 'ignore_unless_false'.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ distutils.setup_keywords = dependency_links = setuptools.dist:assert_string_list test_loader = setuptools.dist:check_importable test_runner = setuptools.dist:check_importable - use_2to3 = setuptools.dist:invalid_ignored_if_false + use_2to3 = setuptools.dist:invalid_unless_false egg_info.writers = PKG-INFO = setuptools.command.egg_info:write_pkg_info requires.txt = setuptools.command.egg_info:write_requirements |
