You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.
Issue
I tried to use Cython with poetry and failed, because the build-function did not seem to be executed. To test this, I created a new package with the following structure:
.
├── build.py
├── pyproject.toml
└── test
└── __init__.py
where the pyproject.toml is shown above and the build.py contains only the following:
-vvv
option) and have included the output below.Issue
I tried to use Cython with poetry and failed, because the
build
-function did not seem to be executed. To test this, I created a new package with the following structure:where the
pyproject.toml
is shown above and thebuild.py
contains only the following:Upon building the project, however, the only output I get is
but I expected to also see
Hi! (2)
in the output.What am I doing wrong? I've looked e.g. in the pendulum sources and I don't see how the concept of what I did differs from the build files there.
The text was updated successfully, but these errors were encountered: