Ver código fonte

Correctly add Cargo.lock to sdsit (#13909)

tags/v1.68.0
Erik Johnston 1 ano atrás
committed by David Robertson
pai
commit
6d3b1497c3
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 903ECE108A39DEDD
2 arquivos alterados com 2 adições e 1 exclusões
  1. +1
    -0
      changelog.d/13909.bugfix
  2. +1
    -1
      pyproject.toml

+ 1
- 0
changelog.d/13909.bugfix Ver arquivo

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

+ 1
- 1
pyproject.toml Ver arquivo

@@ -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" },
]


Carregando…
Cancelar
Salvar