What's Changed * Move the data folder to a more standard location on linux by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/44 * Give a more useful message if calling `dtrun` with no arguments
What's Changed * Fix a test that was broken due to a change in ducktools-pythonfinder by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/41 * Use user's installation of `uv` if it exists by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/42
What's Changed * Stop KeyboardInterrupt being raised in the parent process by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/36 * Change the lockfile extension to avoid a clash with UV script lockfiles by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/38 * Make sure lockfile installs are done with --no-deps by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/40
What's Changed * Rename ducktools.pyz to ducktools-env.pyz, improve errors, remove .github folder from sdist. by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/33