From 46074124f83a05e06f0daea9e50ef3319fa7a870 Mon Sep 17 00:00:00 2001 From: onedeepfalife Date: Sat, 16 Aug 2025 11:38:01 -0400 Subject: [PATCH] Delete bootstrap.egg-info directory --- bootstrap.egg-info/PKG-INFO | 2 -- bootstrap.egg-info/entry_points.txt | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 bootstrap.egg-info/PKG-INFO delete mode 100644 bootstrap.egg-info/entry_points.txt diff --git a/bootstrap.egg-info/PKG-INFO b/bootstrap.egg-info/PKG-INFO deleted file mode 100644 index 6e11ceeb9b..0000000000 --- a/bootstrap.egg-info/PKG-INFO +++ /dev/null @@ -1,2 +0,0 @@ -Name: setuptools-bootstrap -Version: 1.0 diff --git a/bootstrap.egg-info/entry_points.txt b/bootstrap.egg-info/entry_points.txt deleted file mode 100644 index a21ca22709..0000000000 --- a/bootstrap.egg-info/entry_points.txt +++ /dev/null @@ -1,19 +0,0 @@ -[distutils.commands] -egg_info = setuptools.command.egg_info:egg_info -build_py = setuptools.command.build_py:build_py -sdist = setuptools.command.sdist:sdist -editable_wheel = setuptools.command.editable_wheel:editable_wheel - -[distutils.setup_keywords] -include_package_data = setuptools.dist:assert_bool -install_requires = setuptools.dist:check_requirements -extras_require = setuptools.dist:check_extras -entry_points = setuptools.dist:check_entry_points -exclude_package_data = setuptools.dist:check_package_data -namespace_packages = setuptools.dist:check_nsp - -[egg_info.writers] -PKG-INFO = setuptools.command.egg_info:write_pkg_info -dependency_links.txt = setuptools.command.egg_info:overwrite_arg -entry_points.txt = setuptools.command.egg_info:write_entries -requires.txt = setuptools.command.egg_info:write_requirements