Skip to content

Commit c19c6b9

Browse files
author
Wei Wei
committed
add version() in setup.py
1 parent 3a8704d commit c19c6b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def finalize_options(self):
143143

144144
def run(self):
145145
if FX_ONLY:
146+
gen_version_file()
146147
develop.run(self)
147148
else:
148149
global CXX11_ABI
@@ -163,6 +164,7 @@ def finalize_options(self):
163164

164165
def run(self):
165166
if FX_ONLY:
167+
gen_version_file()
166168
install.run(self)
167169
else:
168170
global CXX11_ABI

0 commit comments

Comments
 (0)