From 47236e6fff9884a1bb4a023a7c0a3ea56819f212 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 22 Jan 2015 14:01:28 +0000 Subject: Reintroduce use of setup_requirements writer This was originally removed due to an underlying issue (#315) with the upgrade code, which combined with this writer caused upgrades to fail. Issue #315 is resolved now so we can add this writer back. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 63093917..d02b7875 100755 --- a/setup.py +++ b/setup.py @@ -126,6 +126,7 @@ setup_params = dict( "egg_info.writers": [ "PKG-INFO = setuptools.command.egg_info:write_pkg_info", "requires.txt = setuptools.command.egg_info:write_requirements", + "setup_requires.txt = setuptools.command.egg_info:write_setup_requirements", "entry_points.txt = setuptools.command.egg_info:write_entries", "eager_resources.txt = setuptools.command.egg_info:overwrite_arg", "namespace_packages.txt = setuptools.command.egg_info:overwrite_arg", -- cgit v1.2.3