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:44 -0800 |
| commit | 76e10ef549aed9f1438d97b116495c312a450a34 (patch) | |
| tree | d7f78774893d296ef6851e349657ce5094ea46ba | |
| parent | e8194e185c10fa1b7cd021c3b2f46501167fd688 (diff) | |
| download | dnspython-2.3.tar.gz | |
Add missing quic files to setup.py cythonize [#887].2.3
(cherry picked from commit 211419bb0df840bab4696be3f6d9544d57df6603)
| -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 = { |
