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

[enhancement] Adding entryoints in pyproject.toml for pipx install #4

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

ShutdownRepo
Copy link
Contributor

The command pipx install git+https://github.com/p0dalirius/GeoWordlists was working with pipx v1.2.0 but stopped working with 1.2.1, raising the following error.

No apps associated with package geowordlists or its dependencies. If you are attempting to install a library, pipx should not be
used. Consider using pip or a similar tool instead.

While the package specifies its apps in setup.py, it doesn't do that in pyproject.toml, hence the error.
The PR fixes that by adding the entrypoints to the TOML config.

@p0dalirius
Copy link
Owner

Thank you very much!

@p0dalirius p0dalirius merged commit 4e25177 into p0dalirius:main Nov 24, 2023
1 check passed
@p0dalirius p0dalirius self-assigned this Nov 24, 2023
@p0dalirius p0dalirius changed the title Adding entryoints in pyproject.toml for pipx install [enhancement] Adding entryoints in pyproject.toml for pipx install Nov 24, 2023
@p0dalirius p0dalirius self-requested a review November 24, 2023 12:53
@p0dalirius p0dalirius added the enhancement New feature or request label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants