Skip to content

[BUG] Entry points are missing when supplied as a string. #3103

@judahrand

Description

@judahrand

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions