]> git.ipfire.org Git - thirdparty/dnspython.git/commit
setup.py: support compilation with Cython 327/head
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 30 Jul 2018 14:25:40 +0000 (16:25 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 30 Jul 2018 14:25:40 +0000 (16:25 +0200)
commit6a7c6f148a573c773f54296a52cdcdc1bcb5d170
tree8d5aaa4915fa6d561b47513f227ad56dd5cf7319
parentde3b5befcfbbbf48e1cd8779998220b2f07fff42
setup.py: support compilation with Cython

To provide a slight perfomrance boost, the Python code can be
compiled with Cython. Provide --cython-compile to setup.py, or
when usng pip:

pip install dnspython --install-option="--cython-compile"
setup.py