diff --git a/pyproject.toml b/pyproject.toml index f23e7ec63..0eb493ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,6 @@ classifiers = [ features = ["python"] module-name = "_self_encryption" bindings = "pyo3" +include = ["Cargo.toml", "Cargo.lock", "src/**/*", "README.md", "LICENSE"] +python-packages = ["self_encryption"] +wheel-include = ["LICENSE"]