Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
ade806b4
Unverified
Commit
ade806b4
authored
Feb 29, 2024
by
Rhett Ying
Committed by
GitHub
Feb 29, 2024
Browse files
[dev] exclude dist dir (#7176)
parent
0c3a4428
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/setup.py
python/setup.py
+1
-1
No files found.
python/setup.py
View file @
ade806b4
...
@@ -85,7 +85,7 @@ def cleanup():
...
@@ -85,7 +85,7 @@ def cleanup():
remove_lib
(
"graphbolt"
)
remove_lib
(
"graphbolt"
)
# Remove build artifacts.
# Remove build artifacts.
dir_to_remove
=
[
"build"
,
"dist"
,
"dgl.egg-info"
]
dir_to_remove
=
[
"build"
,
"dgl.egg-info"
]
for
dir_
in
dir_to_remove
:
for
dir_
in
dir_to_remove
:
print
(
f
"Removing
{
dir_
}
"
)
print
(
f
"Removing
{
dir_
}
"
)
if
os
.
path
.
isdir
(
dir_
):
if
os
.
path
.
isdir
(
dir_
):
...
...
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