diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-26 14:58:10 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-26 15:12:57 +0100 |
commit | 6d3b1497c3df5591ba72cefba69b07324bc9980e (patch) | |
tree | fabcbdb00c67a453d5d576a67f03118f26681fbd /pyproject.toml | |
parent | Move warnings up (diff) | |
download | synapse-6d3b1497c3df5591ba72cefba69b07324bc9980e.tar.xz |
Correctly add Cargo.lock to sdsit (#13909)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ff0c9d1dbc..0a4242fb72 100644 --- a/pyproject.toml +++ b/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" }, ] |