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

make demo browser available as jpdemo console script #555

Closed
WolfgangFahl opened this issue Sep 19, 2022 · 2 comments
Closed

make demo browser available as jpdemo console script #555

WolfgangFahl opened this issue Sep 19, 2022 · 2 comments
Assignees
Labels
core documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@WolfgangFahl
Copy link
Collaborator

WolfgangFahl commented Sep 19, 2022

need to find out how the setup.py console_script feature is implemented in pyproject.toml

entry_points={
      'console_scripts': [
        'jpdemo = example:demo-browser:main',   
        ],
    },

see https://stackoverflow.com/questions/63326840/specifying-command-line-scripts-in-pyproject-toml

@WolfgangFahl WolfgangFahl added documentation Improvements or additions to documentation enhancement New feature or request core labels Sep 19, 2022
@WolfgangFahl WolfgangFahl added this to the 0.10 milestone Sep 19, 2022
@WolfgangFahl WolfgangFahl self-assigned this Sep 19, 2022
@WolfgangFahl
Copy link
Collaborator Author

see pypa/hatch#499

@WolfgangFahl WolfgangFahl changed the title make demo browser available as jpdemo script make demo browser available as jpdemo console script Oct 23, 2022
@WolfgangFahl WolfgangFahl modified the milestones: 0.10, 0.12 Oct 23, 2022
@WolfgangFahl
Copy link
Collaborator Author

scripts/jpdemo is available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant