mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
exclude native/target directory from sdist (#928)
This commit is contained in:
parent
f6d87cd968
commit
bd96010782
2 changed files with 2 additions and 0 deletions
|
|
@ -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
setup.py
1
setup.py
|
|
@ -8,6 +8,7 @@ from os import environ
|
|||
import setuptools
|
||||
from setuptools_rust import Binding, RustExtension
|
||||
|
||||
|
||||
def no_local_scheme(version: str) -> str:
|
||||
return ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue