Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca275dc

Browse files
authored
Merge pull request#20869 from QuLogic/fix-setup
Ignore errors trying to delete make_release_tree.
2 parents54b105b +f812f7e commitca275dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎setup.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
# The setuptools version of sdist adds a setup.cfg file to the tree.
3939
# We don't want that, so we simply remove it, and it will fall back to
4040
# vanilla distutils.
41-
delsetuptools.command.sdist.sdist.make_release_tree
41+
try:
42+
delsetuptools.command.sdist.sdist.make_release_tree
43+
exceptAttributeError:
44+
pass
4245

4346
fromdistutils.errorsimportCompileError
4447
fromdistutils.distimportDistribution

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp