Skip to content

Commit

Permalink
Workaround cyclic dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hristov committed Jun 26, 2024
1 parent f544b14 commit e4fd849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyVmomi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
0,
3,
0,
0,
1,
)

version_info_str = ".".join(str(v) for v in version_info)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import os

from setuptools import setup
from pyVmomi import version_info_str

version_info_str = '8.0.3.0.1'

def read(fname):
with open(os.path.join(os.path.dirname(__file__), fname)) as fn:
Expand Down

0 comments on commit e4fd849

Please sign in to comment.