[Python-modules-commits] [python-iso8601] 01/03: fix-broken-distutils
Barry Warsaw
barry at moszumanska.debian.org
Mon Jun 8 21:54:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-iso8601.
commit aff8eea323300be65ef8800a1507bc2338e0d6b2
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 3e60572..04bbe06 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