Skip to content

Commit

Permalink
[dev] exclude dist dir (dmlc#7176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying authored Feb 29, 2024
1 parent 0c3a442 commit ade806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def cleanup():
remove_lib("graphbolt")

# Remove build artifacts.
dir_to_remove = ["build", "dist", "dgl.egg-info"]
dir_to_remove = ["build", "dgl.egg-info"]
for dir_ in dir_to_remove:
print(f"Removing {dir_}")
if os.path.isdir(dir_):
Expand Down

0 comments on commit ade806b

Please sign in to comment.