pyproject.toml: package_data? #3209
-
In
(See here.) How to do the same in the new pyproject.toml-based builds? ( |
Beta Was this translation helpful? Give feedback.
Answered by
abravalheri
Mar 25, 2022
Replies: 1 comment 1 reply
-
Hi @nschloe the equivalent should be There is some documentation in https://validate-pyproject.readthedocs.io/en/latest/schemas.html about what are the valid fields. Note that I am currently preparing a fix for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nschloe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nschloe the equivalent should be
[tool.setuptools.package-data]
.There is some documentation in https://validate-pyproject.readthedocs.io/en/latest/schemas.html about what are the valid fields.
Note that I am currently preparing a fix for
include-package-data
so I don't know ifpackage-data
was also affected.