瀏覽代碼

Correctly add Cargo.lock to sdsit (#13909)

tags/v1.68.0
Erik Johnston 1 年之前
committed by David Robertson
父節點
當前提交
6d3b1497c3
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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" },
]


Loading…
取消
儲存