pyproject.toml: Set the package format to sdist for the contrib scripts.
This commit is contained in:
parent
18defb8301
commit
6cde9166bd
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ description = "Weechat protocol script for Matrix."
|
||||||
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "matrix" },
|
{ include = "matrix" },
|
||||||
{ include = "contrib/*.py" },
|
{ include = "contrib/*.py", format = "sdist" },
|
||||||
{ include = "main.py" },
|
{ include = "main.py", format = "sdist" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue