name "asdf-python-plugin" description "Python plugin for asdf version manager" source git: "https://github.com/danhper/asdf-python.git" relative_path "python" license_file "#{project_dir}/LICENSE" #skip_transitive_dependency_licensing true build do block do sync project_dir, "#{install_dir}/plugins/python" end end