setuptools version
setuptools==60.9.0
Python version
3.8.12
OS
Debian
Additional environment information
No response
Description
When installing a Python package which uses setuptools and has at least one entry_point directly from Git the entry_point script is not created with setuptools==60.9.0.
I have verified that this does work with setuptools=60.8.2 but not 60.9.0.
Expected behavior
The expected entry_point script tap-postgres is present in venv/bin/.
How to Reproduce
python -m venv venv
source venv/bin/activate
pip install git+https://github.com/thread/pipelinewise-tap-postgres.git@ee9bedb4711bb27c9660892f56c8fb27f3770d2a
Output
setuptools version
setuptools==60.9.0
Python version
3.8.12
OS
Debian
Additional environment information
No response
Description
When installing a Python package which uses
setuptoolsand has at least oneentry_pointdirectly from Git theentry_pointscript is not created withsetuptools==60.9.0.I have verified that this does work with
setuptools=60.8.2but not60.9.0.Expected behavior
The expected
entry_pointscripttap-postgresis present invenv/bin/.How to Reproduce
Output