소스 검색

Correctly add Cargo.lock to sdsit (#13909)

tags/v1.68.0
Erik Johnston 1 년 전
committed by David Robertson
부모
커밋
6d3b1497c3
No known key found for this signature in database GPG 키 ID: 903ECE108A39DEDD
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      changelog.d/13909.bugfix
  2. +1
    -1
      pyproject.toml

+ 1
- 0
changelog.d/13909.bugfix 파일 보기

@@ -0,0 +1 @@
Fix packaging to include `Cargo.lock` in `sdist`.

+ 1
- 1
pyproject.toml 파일 보기

@@ -86,8 +86,8 @@ include = [
{ path = "tests", format = "sdist" },
{ path = "UPGRADE.rst", format = "sdist" },
{ path = "Cargo.toml", format = "sdist" },
{ path = "Cargo.lock", format = "sdist" },
{ path = "rust/Cargo.toml", format = "sdist" },
{ path = "rust/Cargo.lock", format = "sdist" },
{ path = "rust/build.rs", format = "sdist" },
{ path = "rust/src/**", format = "sdist" },
]


불러오는 중...
취소
저장