vm-tool 0.7__tar.gz → 0.8__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.7
3
+ Version: 0.8
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.7',
5
+ version='0.8',
6
6
  packages=find_packages(),
7
7
  description='A tool to setup VMs using Ansible.',
8
8
  long_description='''
@@ -1,6 +1,6 @@
1
1
  # filepath: /Users/sunnysinha/Desktop/Projects/vm_setup/vm_tool/cli.py
2
2
  import argparse
3
- from vm_tool import SetupRunner
3
+ from .runner import SetupRunner
4
4
 
5
5
  def main():
6
6
  parser = argparse.ArgumentParser(description='Setup VMs using Ansible.')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 0.7
3
+ Version: 0.8
4
4
  Summary: A tool to setup VMs using Ansible.
5
5
  License: MIT
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes
File without changes
File without changes
File without changes