diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 19:56:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 19:56:16 -0400 |
| commit | 064554652d35bfd14eb4787a808d4d27d4f643a1 (patch) | |
| tree | 593f2aedcefa52afd2c118e7ce020a88c9380474 /setuptools.egg-info/entry_points.txt | |
| parent | 09987b9fd84bf2cda4fea81bd4a8d500cb553281 (diff) | |
| download | python-setuptools-git-064554652d35bfd14eb4787a808d4d27d4f643a1.tar.gz | |
Bumped to 5.5.2 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
| -rw-r--r-- | setuptools.egg-info/entry_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index df4ac2ae..72a5ffe0 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -36,7 +36,7 @@ install_requires = setuptools.dist:check_requirements namespace_packages = setuptools.dist:check_nsp package_data = setuptools.dist:check_package_data packages = setuptools.dist:check_packages -setup_reqires = setuptools.dist:check_requirements +setup_requires = setuptools.dist:check_requirements test_loader = setuptools.dist:check_importable test_runner = setuptools.dist:check_importable test_suite = setuptools.dist:check_test_suite |
