From 929ceadda129090e260ec693178b992cd02da7bb Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 25 Oct 2013 14:05:02 -0400 Subject: Switched setup.py to setuptools. --- extras/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/Makefile b/extras/Makefile index ff14f404e2..66efd0d451 100644 --- a/extras/Makefile +++ b/extras/Makefile @@ -4,6 +4,6 @@ sdist: python setup.py sdist bdist_wheel: - python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel + python setup.py bdist_wheel .PHONY : sdist bdist_wheel -- cgit v1.3