diff --git a/__init__.py b/pylibbpf/__init__.py similarity index 100% rename from __init__.py rename to pylibbpf/__init__.py diff --git a/ir_to_ctypes.py b/pylibbpf/ir_to_ctypes.py similarity index 100% rename from ir_to_ctypes.py rename to pylibbpf/ir_to_ctypes.py diff --git a/pylibbpf/py.typed b/pylibbpf/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/wrappers.py b/pylibbpf/wrappers.py similarity index 100% rename from wrappers.py rename to pylibbpf/wrappers.py