From: Andrew M. Kuchling Date: Fri, 26 Jan 2001 22:56:55 +0000 (+0000) Subject: Farewell setup.cfg.in, we hardly knew ye. We need to use command-line X-Git-Tag: v2.1a2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c975f031706add1a63276b1629aa390d9e330da8;p=thirdparty%2FPython%2Fcpython.git Farewell setup.cfg.in, we hardly knew ye. We need to use command-line arguments instead to handle overrides provided on the make command line. --- diff --git a/setup.cfg.in b/setup.cfg.in deleted file mode 100644 index 4ca849f2e03b..000000000000 --- a/setup.cfg.in +++ /dev/null @@ -1,3 +0,0 @@ - -[install] -install_platlib = @prefix@/lib/python@VERSION@/lib-dynload \ No newline at end of file