[Python-modules-commits] [jupyter-console] 04/07: Unconditionally use setuptools so that dependencies are detected
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Nov 1 15:35:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-console.
commit 23dd3f9b13ce1ea8d6fbf2dd924b786768e0bc40
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Nov 1 15:42:31 2016 +0100
Unconditionally use setuptools so that dependencies are detected
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 1f9a604..27ce8a9 100644
--- a/setup.py
+++ b/setup.py
@@ -71,8 +71,7 @@ setup_args = dict(
],
)
-if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
- import setuptools
+import setuptools
setuptools_args = {}
install_requires = setuptools_args['install_requires'] = [
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-console.git
More information about the Python-modules-commits
mailing list