From 58640f04aab1ef55e86257fe018004ae33f0100e Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 10 Apr 2012 21:49:55 -0700 Subject: Added documentation re: tox. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dc4dc69..365b3cc 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ py_version = sys.version_info # Distribute works with Python 2.3.5 and above: # http://packages.python.org/distribute/setuptools.html#building-and-distributing-packages-with-distribute if py_version < (2, 3, 5): + # TODO: this might not work yet. import distutils as dist from distutils import core setup = core.setup -- cgit v1.2.1