Open padix-key opened 4 years ago
@abn Do you have any updates on the status of the build feature? I understand not wanting to include documentation until it's ready but the community could use some guidance on how to use/test out this feature because people want to use this now, even if it's not documented and projects will likely require changes after the feature is complete.
@medley56 I have gone ahead and done an initial version in #9864. See https://github.com/python-poetry/poetry/pull/9864#issuecomment-2492572929 for a link to the rendered version.
Reviews and suggestions are welcome there, but please keep it limited to documenting status quo. :smile:
Feature Request
In order to compile C-extensions, it is currently required to add a build script to the project directory and to
pyproject.toml
:This feature is described in #11, but not in the official Poetry documentation. So my question is whether this feature is stable. If this is the case, I would like to propose to include it in the official documentation.