Page MenuHomeSoftware Heritage

D8490.id30579.diff
No OneTemporary

D8490.id30579.diff

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,9 @@
#!/usr/bin/env python3
-# Copyright (C) 2015-2020 The Software Heritage developers
+# Copyright (C) 2015-2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
-from distutils.cmd import Command
-from distutils.command.build import build
import glob
from io import open
import os
@@ -16,6 +14,9 @@
from setuptools.command.develop import develop
from setuptools.command.sdist import sdist
+from distutils.cmd import Command # isort: skip
+from distutils.command.build import build # isort: skip
+
here = os.path.abspath(os.path.dirname(__file__))
# Get the long description from the README file

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 17, 11:07 PM (1 w, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218487

Event Timeline