-
Notifications
You must be signed in to change notification settings - Fork 69
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
Document support for installing python scripts #138
Labels
documentation
Improvements or additions to documentation
Comments
Hi, |
Great. From the documentation it is not evident which features of PEP621 are supported. |
Noted. Thanks! |
rgommers
changed the title
Support for installing python scripts
Document support for installing python scripts
Sep 28, 2022
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 27, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Jan 31, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
FFY00
added a commit
to FFY00/meson-python
that referenced
this issue
Feb 1, 2023
Closes mesonbuild#197, mesonbuild#230, mesonbuild#253, and mesonbuild#264 Sets us up to fix mesonbuild#138, mesonbuild#233, and mesonbuild#224 Signed-off-by: Filipe Laíns <lains@riseup.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I install python scripts with
meson-python
replacing setuptool'sconsole_scripts
enty_point
or[project.scripts]
inpyproject.toml
? If there is a vision of how this should look like I'm happy to try to work on the support.The text was updated successfully, but these errors were encountered: