exclude native/target directory from sdist (#928)

This commit is contained in:
Zsolt Dollenstein 2023-05-24 20:36:31 +01:00 committed by GitHub
parent f6d87cd968
commit bd96010782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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 *

View file

@ -8,6 +8,7 @@ from os import environ
import setuptools
from setuptools_rust import Binding, RustExtension
def no_local_scheme(version: str) -> str:
return ""