diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 15:23:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 15:23:23 (GMT) |
commit | 00e0f21be8517acde581ef7b93982e852c62ea70 (patch) | |
tree | e557ca05927cb2e0b200d000619a682b868e9a23 /setup.cfg.in | |
parent | c219d55bd02b6b21de088de357b0761a3d1a7ac2 (diff) | |
download | cpython-00e0f21be8517acde581ef7b93982e852c62ea70.zip cpython-00e0f21be8517acde581ef7b93982e852c62ea70.tar.gz cpython-00e0f21be8517acde581ef7b93982e852c62ea70.tar.bz2 |
[Patch #102588/PEP 229]:
Check in the setup.py script, and the setup.cfg.in file, which
handle compiling and installing as many extension modules as possible
Diffstat (limited to 'setup.cfg.in')
-rw-r--r-- | setup.cfg.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg.in b/setup.cfg.in new file mode 100644 index 0000000..4ca849f --- /dev/null +++ b/setup.cfg.in @@ -0,0 +1,3 @@ + +[install] +install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
\ No newline at end of file |