[Python-modules-commits] [python-iso8601] 02/10: fix-broken-distutils
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Nov 18 19:18:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-iso8601.
commit 31acbbc79edc6240b0c48b009994c517c87ff54d
Author: Benjamin Mako Hill <mako at debian.org>
Date: Thu Aug 28 10:52:33 2014 -0700
fix-broken-distutils
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index e9dc75d..0f89976 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
try:
from setuptools import setup
except ImportError:
- from distutils import setup
+ from distutils.core import setup
long_description = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-iso8601.git
More information about the Python-modules-commits
mailing list