-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support creating stub-only packages #475
Comments
It's already supported. Just add the following to the [tool.poetry]
# Basic package information
packages = [
{include = "ordered_set-stubs"}
] Then, if you run |
You can have more information in the documentation: https://poetry.eustace.io/docs/pyproject/#packages |
Thank you, @sdispater, it worked. Sorry didn't figured out myself. |
@sdispater right after version 1.0.0, in version 1.0.1, stub-only packages are no longer supported. One gets an |
Broken in c401850 |
See python-poetry/poetry#475 (comment) This is not sufficient, as there is a bug in poetry (next commit)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
MyPy documentation explains how to create stub-only packages. It would be nice if Poetry supported stub-only packages. Current behaviour:
The text was updated successfully, but these errors were encountered: