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
With Poetry, I have a project name of very-long-name that I can publish and install as pip install very-long-name. The code is however stored in src/vln, and imported in the code as import vln.
I accomplish this in poetry using the pyproject.toml field described here, as:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With Poetry, I have a project name of
very-long-name
that I can publish and install aspip install very-long-name
. The code is however stored insrc/vln
, and imported in the code asimport vln
.I accomplish this in poetry using the
pyproject.toml
field described here, as:I still could not figure out how this might be done with rye, if it is?
I believe it the same question as asked here.
Beta Was this translation helpful? Give feedback.
All reactions