blob: 550975265a6bc089f690e70b1b3ba1bc77118811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|