streamlit-sortables icon indicating copy to clipboard operation
streamlit-sortables copied to clipboard

Poetry 2.0 cannot include frontend/build directory.

Open ohtaman opened this issue 1 year ago • 1 comments

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  

ohtaman avatar Jan 13 '25 08:01 ohtaman

If possible, I want to move to uv.

ohtaman avatar Jan 13 '25 08:01 ohtaman