Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697202
D8490.id30579.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
870 B
Subscribers
None
D8490.id30579.diff
View Options
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
Details
Attached
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
Attached To
D8490: setup.py: Fix debian unstable package build
Event Timeline
Log In to Comment