FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vmfusion-python/setup.py at master · msteinhoff/vmfusion-python · GitHub
msteinhoff
/
vmfusion-python
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
11
Code
Issues
2
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vmfusion-python
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 438 Bytes
Breadcrumbs
vmfusion-python
/
setup.py
Copy path
File metadata and controls
16 lines (15 loc) · 438 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from
setuptools
import
setup
setup
(
name
=
'vmfusion'
,
version
=
'0.2.0'
,
author
=
'Mario Steinhoff'
,
author_email
=
'steinhoff.mario@gmail.com'
,
packages
=
[
'vmfusion'
],
url
=
'https://github.com/msteinhoff/vmfusion-python'
,
license
=
'LICENSE.txt'
,
description
=
'A python API for the VMware Fusion CLI tools.'
,
long_description
=
open
(
'README.md'
).
read
(),
install_requires
=
[
"pyparsing >= 2.0.1"
]
)
Back
|
FazBrowse Home
|
New Git URL