Skip to content

Commit

Permalink
putting this project into a package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorquas committed Dec 13, 2024
1 parent 99ff27f commit 199b295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Empty file added hypervisor/virt/ahv/__init__.py
Empty file.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name='hypervisor-builder',
version='0.1',
packages=['hypervisor', 'hypervisor.virt', 'hypervisor.virt.ahv', 'hypervisor.virt.esx', 'hypervisor.virt.xen', 'hypervisor.virt.rhevm', 'hypervisor.virt.hyperv', 'hypervisor.virt.libvirt', 'hypervisor.virt.kubevirt'],
url='https://github.com/VirtwhoQE/hypervisor-builder',
license='GPL-3.0',
author='',
author_email='',
description='Library to set up various hypervisors for virt-who testing.'
)

0 comments on commit 199b295

Please sign in to comment.