egg-infoディレクトリってなんだろう?
(TODO Python 3.12だとsetuptoolsが仮想環境にデフォルトで含まないので、なにか違うところがあるのかもしれない。pip installの実装を見る、とか?)
The “.egg-info” directory is created relative to the project path, when using pip. This is generally a better location than setuptools, which dumps it in the current working directory.
Poetryはsetuptoolsを使っていた時期がある
code:中身
spam.egg-info
dependency_links.txt
entry_points.txt
PKG-INFO
SOURCES.txt
top_level.txt