Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ Join our open-source community on:
Development
-----------

For development install `poetry`_ and `task`_:
For development install `uv`_ and `task`_:

.. code-block:: bash

python -m pip install poetry
curl -LsSf https://astral.sh/uv/install.sh | sh
sh -c "$(curl --location https://taskfile.dev/install.sh)" \
-- -d -b ~/.local/bin

Expand All @@ -75,5 +74,5 @@ commands such as ``task setup`` to install all dependencies or ``task test`` to
run the test suite.
Happy Coding 🥳🎉

.. _poetry: https://python-poetry.org/
.. _uv: https://github.com/astral-sh/uv
.. _task: https://taskfile.dev/
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ dependencies = [

[tool.setuptools]
package-dir = {"" = "src"}
include-package-data = true

[tool.setuptools.package-data]
"lasso" = ["femzip/lib/*"]

[project.scripts]
diffcrash = "lasso.diffcrash.run:main"
Expand Down