-
Hi, I was wondering if there was a way to include package-data in the tar balls when making a release using meson/meson-python? Traditionally, one might have |
Beta Was this translation helpful? Give feedback.
Answered by
rgommers
Jul 5, 2023
Replies: 1 comment 8 replies
-
Hey @adam2392, there shouldn't be a need for a specific Meson feature, they're just files to be installed. Passing the list of files to |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at https://github.com/neurodata/scikit-tree/blob/91392d6da7b849827a015501ef07ad7950448037/pyproject.toml, you are not using standard PEP 621 metadata but Poetry-specific tables. That isn't tested by us and I am unsure if it will work with
meson-python
. Poetry does not yet support PEP 621, so there's a conflict there - I think it's one or the other right now.