Skip to content

Commit

Permalink
exclude native/target directory from sdist (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored May 24, 2023
1 parent f6d87cd commit bd96010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import setuptools
from setuptools_rust import Binding, RustExtension


def no_local_scheme(version: str) -> str:
return ""

Expand Down

0 comments on commit bd96010

Please sign in to comment.