vm-tool 1.0.15__tar.gz → 1.0.16__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,8 +1,12 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 1.0.15
4
- Summary: A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.
3
+ Version: 1.0.16
4
+ Summary: A Comprehensive Tool for Setting Up Virtual Machines.
5
+ Home-page: https://github.com/thesunnysinha/vm_tool
5
6
  License: MIT
7
+ Project-URL: Documentation, https://github.com/thesunnysinha/vm_tool/README.md
8
+ Project-URL: Source, https://github.com/thesunnysinha/vm_tool
9
+ Project-URL: Tracker, https://github.com/thesunnysinha/vm_tool/issues
6
10
  Description-Content-Type: text/markdown
7
11
  License-File: LICENSE
8
12
  Requires-Dist: ansible
@@ -10,7 +14,9 @@ Requires-Dist: ansible-runner
10
14
  Requires-Dist: paramiko
11
15
  Dynamic: description
12
16
  Dynamic: description-content-type
17
+ Dynamic: home-page
13
18
  Dynamic: license
19
+ Dynamic: project-url
14
20
  Dynamic: requires-dist
15
21
  Dynamic: summary
16
22
 
@@ -11,9 +11,9 @@ else:
11
11
 
12
12
  setup(
13
13
  name='vm_tool',
14
- version='1.0.15', # This will be updated by bump2version
14
+ version='1.0.16', # This will be updated by bump2version
15
15
  packages=find_packages(),
16
- description='A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.',
16
+ description='A Comprehensive Tool for Setting Up Virtual Machines.',
17
17
  long_description=long_description,
18
18
  long_description_content_type='text/markdown',
19
19
  install_requires=[
@@ -28,4 +28,10 @@ setup(
28
28
  },
29
29
  license='MIT',
30
30
  include_package_data=True,
31
+ url='https://github.com/thesunnysinha/vm_tool',
32
+ project_urls={
33
+ 'Documentation': 'https://github.com/thesunnysinha/vm_tool/README.md',
34
+ 'Source': 'https://github.com/thesunnysinha/vm_tool',
35
+ 'Tracker': 'https://github.com/thesunnysinha/vm_tool/issues',
36
+ },
31
37
  )
@@ -2,7 +2,7 @@ import argparse
2
2
 
3
3
  def main():
4
4
  parser = argparse.ArgumentParser(description='Setup VMs using Ansible.')
5
- parser.add_argument('--version', action='version', version='1.0.15')
5
+ parser.add_argument('--version', action='version', version='1.0.16')
6
6
 
7
7
  args = parser.parse_args()
8
8
 
@@ -1,8 +1,12 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vm_tool
3
- Version: 1.0.15
4
- Summary: A Comprehensive Tool for Setting Up Virtual Machines Using Ansible.
3
+ Version: 1.0.16
4
+ Summary: A Comprehensive Tool for Setting Up Virtual Machines.
5
+ Home-page: https://github.com/thesunnysinha/vm_tool
5
6
  License: MIT
7
+ Project-URL: Documentation, https://github.com/thesunnysinha/vm_tool/README.md
8
+ Project-URL: Source, https://github.com/thesunnysinha/vm_tool
9
+ Project-URL: Tracker, https://github.com/thesunnysinha/vm_tool/issues
6
10
  Description-Content-Type: text/markdown
7
11
  License-File: LICENSE
8
12
  Requires-Dist: ansible
@@ -10,7 +14,9 @@ Requires-Dist: ansible-runner
10
14
  Requires-Dist: paramiko
11
15
  Dynamic: description
12
16
  Dynamic: description-content-type
17
+ Dynamic: home-page
13
18
  Dynamic: license
19
+ Dynamic: project-url
14
20
  Dynamic: requires-dist
15
21
  Dynamic: summary
16
22
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes