File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,11 +62,10 @@ Join our open-source community on:
6262Development
6363-----------
6464
65- For development install `poetry `_ and `task `_:
65+ For development install `uv `_ and `task `_:
6666
6767.. code-block :: bash
68-
69- python -m pip install poetry
68+ curl -LsSf https://astral.sh/uv/install.sh | sh
7069 sh -c " $( curl --location https://taskfile.dev/install.sh) " \
7170 -- -d -b ~ /.local/bin
7271
@@ -75,5 +74,5 @@ commands such as ``task setup`` to install all dependencies or ``task test`` to
7574run the test suite.
7675Happy Coding 🥳🎉
7776
78- .. _ poetry : https://python-poetry.org/
77+ .. _ uv : https://github.com/astral-sh/uv
7978.. _task : https://taskfile.dev/
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ dependencies = [
3131
3232[tool .setuptools ]
3333package-dir = {"" = " src" }
34+ include-package-data = true
35+
36+ [tool .setuptools .package-data ]
37+ "lasso" = [" femzip/lib/*" ]
3438
3539[project .scripts ]
3640diffcrash = " lasso.diffcrash.run:main"
You can’t perform that action at this time.
0 commit comments