We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce073 commit 997f985Copy full SHA for 997f985
2 files changed
MANIFEST.in
@@ -2,6 +2,7 @@ include python_hackrf/pylibhackrf/pyhackrf_android.pyx
2
include python_hackrf/pylibhackrf/chackrf_android.pxd
3
include python_hackrf/pylibhackrf/pyhackrf.pyi
4
include python_hackrf/pylibhackrf/pyhackrf.pyx
5
+include python_hackrf/pylibhackrf/pyhackrf.pxd
6
include python_hackrf/pylibhackrf/chackrf.pxd
7
include pyproject.toml
8
include README.md
python_hackrf/pylibhackrf/pyhackrf.pxd
@@ -21,7 +21,7 @@
21
# SOFTWARE.
22
23
# cython: language_level=3str
24
-cimport chackrf
+from . cimport chackrf
25
26
cdef class PyHackrfDevice:
27
0 commit comments