We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can create a Conda package executable that installs on PATH if you add an entry point: https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#python-entry-points. Then users don't need to find the source file to run the project.
recipe.yaml
build: entry_points: - ccx2paraview = ccx2paraview.ccx2paraview:main
The text was updated successfully, but these errors were encountered:
Sounds good - can you open a pull request?
Sorry, something went wrong.
I can open a PR next week.
closed in #5. closing.
edit @jan-janssen I can't close.
No branches or pull requests
You can create a Conda package executable that installs on PATH if you add an entry point: https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#python-entry-points. Then users don't need to find the source file to run the project.
recipe.yaml
The text was updated successfully, but these errors were encountered: