vm-tool 0.5__tar.gz → 0.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 0.5
3
+ Version: 0.6
4
4
  Summary: A tool to setup VMs using Ansible.
5
5
  License: MIT
6
6
  Description-Content-Type: text/markdown
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='vm_tool',
5
- version='0.5',
5
+ version='0.6',
6
6
  packages=find_packages(),
7
7
  description='A tool to setup VMs using Ansible.',
8
8
  long_description='''
@@ -0,0 +1 @@
1
+ from vm_tool.src.setup_runner import SetupRunner
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 0.5
3
+ Version: 0.6
4
4
  Summary: A tool to setup VMs using Ansible.
5
5
  License: MIT
6
6
  Description-Content-Type: text/markdown
@@ -1 +0,0 @@
1
- from .src.setup_runner import SetupRunner
File without changes
File without changes
File without changes
File without changes