Closed WolfgangFahl closed 1 year ago
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
see https://github.com/pypa/hatch/issues/499
scripts/jpdemo is available
need to find out how the setup.py console_script feature is implemented in pyproject.toml
see https://stackoverflow.com/questions/63326840/specifying-command-line-scripts-in-pyproject-toml