Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installing entry points #376

Merged
merged 1 commit into from Mar 12, 2022
Merged

Fix installing entry points #376

merged 1 commit into from Mar 12, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Feb 15, 2022

Not sure why or when but the string syntax for entry points does not
seem to work correctly anymore (no scripts are installed). Use
the explicit list-in-dict syntax instead.

@bbc2
Copy link
Collaborator

bbc2 commented Feb 19, 2022

This seems to make sense. Do you have an example of an environment where the current setup.py doesn't work? Everything seems fine with Python 3.10.2 and setuptools 60.9.3.

If you have a way of reproducing the problem that would be great. Otherwise I'll probably just do some more testing and merge this since it looks like passing a dict with entry_points is the only example provided by setuptool's documentation (https://setuptools.pypa.io/en/latest/).

Not sure why or when but the string syntax for entry points does not
seem to work correctly anymore (no scripts are installed).  Use
the explicit list-in-dict syntax instead.
@bbc2 bbc2 merged commit 06c645c into theskumar:master Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants