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

Commit50ea189

Browse files
committed
Fix setuptools warning
Load distutils after setuptools, to address this following warningfrom Setuptools:> Distutils was imported before Setuptools. This usage is discouraged> and may exhibit undesirable behaviors or errors.
1 parentdf3c919 commit50ea189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
importre
2-
importsdist_upip
32
fromsetuptoolsimportsetup
3+
importsdist_upip
44

55

66
deflong_desc_from_readme():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp