Skip to content

Poetry 2.0 cannot include frontend/build directory. #30

@ohtaman

Description

@ohtaman

Because the build directory is included in .gitignore, it’s likely being excluded when creating the wheel.

$ poetry build
Building streamlit-sortables (0.3.1)
  - Building sdist
  - Built streamlit_sortables-0.3.1.tar.gz
  - Building wheel
  - Built streamlit_sortables-0.3.1-py3-none-any.whl
$ cd dist 
$ unzip streamlit_sortables-0.3.1-py3-none-any.whl 
Archive:  streamlit_sortables-0.3.1-py3-none-any.whl
  inflating: streamlit_sortables/__init__.py  
  inflating: streamlit_sortables-0.3.1.dist-info/LICENSE  
  inflating: streamlit_sortables-0.3.1.dist-info/METADATA  
  inflating: streamlit_sortables-0.3.1.dist-info/WHEEL  
  inflating: streamlit_sortables-0.3.1.dist-info/RECORD  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions