mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-16 23:00:43 +00:00
Fix sdist include formatting for maturin
This commit is contained in:
parent
16bc8c78ba
commit
13dff90b5b
1 changed files with 10 additions and 8 deletions
|
|
@ -415,20 +415,22 @@ line-ending = "auto"
|
|||
manifest-path = "rust/Cargo.toml"
|
||||
module-name = "synapse.synapse_rust"
|
||||
python-source = "."
|
||||
sdist-include = [
|
||||
include = [
|
||||
"AUTHORS.rst",
|
||||
"book.toml",
|
||||
"changelog.d",
|
||||
"changelog.d/**/*",
|
||||
"CHANGES.md",
|
||||
"CONTRIBUTING.md",
|
||||
"demo",
|
||||
"docs",
|
||||
"demo/**/*",
|
||||
"docs/**/*",
|
||||
"INSTALL.md",
|
||||
"LICENSE-AGPL-3.0",
|
||||
"LICENSE-COMMERCIAL",
|
||||
"mypy.ini",
|
||||
"scripts-dev",
|
||||
"synmark",
|
||||
"scripts-dev/**/*",
|
||||
"synmark/**/*",
|
||||
"sytest-blacklist",
|
||||
"tests",
|
||||
"tests/**/*",
|
||||
"UPGRADE.rst",
|
||||
"Cargo.toml",
|
||||
"Cargo.lock",
|
||||
|
|
@ -436,7 +438,7 @@ sdist-include = [
|
|||
"rust/build.rs",
|
||||
"rust/src/**",
|
||||
]
|
||||
sdist-exclude = ["synapse/*.so"]
|
||||
exclude = ["synapse/*.so"]
|
||||
|
||||
[build-system]
|
||||
# The upper bounds here are defensive, intended to prevent situations like
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue