Commit fe8eb468 authored by lijian's avatar lijian
Browse files

fix compile package err.


Signed-off-by: default avatarlijian <34831075+lijian0711@users.noreply.github.com>
parent 84ed6a54
...@@ -113,7 +113,7 @@ class BinaryDistribution(Distribution): ...@@ -113,7 +113,7 @@ class BinaryDistribution(Distribution):
def has_ext_modules(self): def has_ext_modules(self):
return True return True
version_suffix = '+shca' if build_shca else '' version_suffix = '.shca' if build_shca else ''
if __name__ == '__main__': if __name__ == '__main__':
setuptools.setup( setuptools.setup(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment