| Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | From ad9024e50a9df4a2b8a1a019e07bb133c3df31bf Mon Sep 17 00:00:00 2001 | 
|  | 2 | From: Daniel Watkins <daniel@daniel-watkins.co.uk> | 
|  | 3 | Date: Thu, 28 Aug 2014 18:49:04 +0200 | 
|  | 4 | Subject: [PATCH] Switch from using distutils to setuptools. | 
|  | 5 |  | 
|  | 6 | Upstream-Status: Backport | 
|  | 7 |  | 
|  | 8 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> | 
|  | 9 | --- | 
|  | 10 | setup.py | 2 +- | 
|  | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 
|  | 12 |  | 
|  | 13 | diff --git a/setup.py b/setup.py | 
|  | 14 | index c6d57a6..6755ab4 100644 | 
|  | 15 | --- a/setup.py | 
|  | 16 | +++ b/setup.py | 
|  | 17 | @@ -12,7 +12,7 @@ | 
|  | 18 | # http://opensource.org/licenses/BSD-3-Clause | 
|  | 19 | import os | 
|  | 20 | import sys | 
|  | 21 | -from distutils.core import setup | 
|  | 22 | +from setuptools import setup | 
|  | 23 | # a simple import wouldn't work if we moved towards a package with __init__ | 
|  | 24 | from _version import __version__ | 
|  | 25 |  | 
|  | 26 | -- | 
|  | 27 | 2.30.2 | 
|  | 28 |  |