Closed edsu closed 3 weeks ago
These are a few small changes to our pyproject.toml file so that uv is happier about running scripts in the bin subdirectory.
pyproject.toml
I think going forward we may want to move the utilities into the dlme_airflow module, and then add them to the pyproject.toml file as scripts:
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts
Fixes #553
These are a few small changes to our
pyproject.toml
file so that uv is happier about running scripts in the bin subdirectory.I think going forward we may want to move the utilities into the dlme_airflow module, and then add them to the
pyproject.toml
file as scripts:https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts
Fixes #553