Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
fe8eb468
Commit
fe8eb468
authored
May 29, 2026
by
lijian
Browse files
fix compile package err.
Signed-off-by:
lijian
<
34831075+lijian0711@users.noreply.github.com
>
parent
84ed6a54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
fe8eb468
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment