Bugfix and feature release.
Minor Changes
- Declare support for Python 3.13 (#10).
- Rewrite
Copier
andGitCopier
so that both symlinks outside the tree and symlinks inside the tree are handled more correctly: symlinks inside the tree are kept, while for symlinks outside the tree the content is copied. Symlinks are normalized by default, which makes this behavior similar to ansible-core's behavior inansible-galaxy collection build
. Also copying now tries to preserve metadata (#8).
Bugfixes
CollectionCopier
'ssource_directory
argument now acceptspathlib.Path
objects in addition tostr
s (#6).