diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
| commit | 9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch) | |
| tree | 9e20c31842757895465f550462c2f2da1ea19e4e /config/software/asdf-python-plugin.rb | |
| parent | c56a674223b3279b23b66aca409dc23c4252d647 (diff) | |
Prepare separate projects for each tool-version
Diffstat (limited to 'config/software/asdf-python-plugin.rb')
| -rw-r--r-- | config/software/asdf-python-plugin.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/software/asdf-python-plugin.rb b/config/software/asdf-python-plugin.rb deleted file mode 100644 index 5509752..0000000 --- a/config/software/asdf-python-plugin.rb +++ /dev/null @@ -1,13 +0,0 @@ -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 |
