From 16fbc38f13e435b4e3e1a37d706e64e05bad4691 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 10 Nov 2015 23:09:24 -0500 Subject: [PATCH] patch build to use setuptools --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6d57a6..27bf260 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,12 @@ # http://opensource.org/licenses/BSD-3-Clause import os import sys -from distutils.core import setup + +try: + from setuptools import setup +except ImportError: + from distutils.core import setup + # a simple import wouldn't work if we moved towards a package with __init__ from _version import __version__ -- 2.6.2 tion value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-install.sh
AgeCommit message (Expand)Author
2019-07-08guix-install.sh: Don't initialise ~/.gnupg....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Check for PGP key separately....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Add missing ‘local’ declaration....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Treat REQUIRE as the array it is....Tobias Geerinckx-Rice
2019-07-01etc: Do not recommend use of SKS key servers....Ricardo Wurmus
2019-06-29guix-install.sh: Don't authorise hydra.gnu.org....Tobias Geerinckx-Rice