diff --git a/MANIFEST.in b/MANIFEST.in index 17070b661..8fd03bd0a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include README.rst LICENSE CODE_OF_CONDUCT.md CONTRIBUTING.md docs/source/*.rst include native/Cargo.toml recursive-include native * +recursive-exclude native/target * \ No newline at end of file diff --git a/setup.py b/setup.py index c81bbce0e..12180cbc9 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ import setuptools from setuptools_rust import Binding, RustExtension + def no_local_scheme(version: str) -> str: return ""