diff options
| author | Bob Halley <halley@dnspython.org> | 2023-01-18 04:50:29 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2023-01-18 04:50:29 -0800 |
| commit | 211419bb0df840bab4696be3f6d9544d57df6603 (patch) | |
| tree | 83ef054dce9793b27d1673db423f85f3fd7f1ebc | |
| parent | b8aca8f1a0b7d17a01e0c27d245db0e2f0b9ea70 (diff) | |
| download | dnspython-211419bb0df840bab4696be3f6d9544d57df6603.tar.gz | |
Add missing quic files to setup.py cythonize [#887].
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ else: from Cython.Build import cythonize ext_modules = cythonize( - ["dns/*.py", "dns/rdtypes/*.py", "dns/rdtypes/*/*.py"], language_level="3" + ["dns/*.py", "dns/quic/*.py", "dns/rdtypes/*.py", "dns/rdtypes/*/*.py"], + language_level="3", ) kwargs = { |
