sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Changes for uv and bin scripts #556

Closed edsu closed 3 weeks ago

edsu commented 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.

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