From 6cde9166bd6efa3b289ec7f99b539da7f117d6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 31 Mar 2020 19:05:58 +0200 Subject: [PATCH] pyproject.toml: Set the package format to sdist for the contrib scripts. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28f59af..b0582b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ description = "Weechat protocol script for Matrix." authors = ["Damir Jelić "] packages = [ { include = "matrix" }, - { include = "contrib/*.py" }, - { include = "main.py" }, + { include = "contrib/*.py", format = "sdist" }, + { include = "main.py", format = "sdist" }, ] [tool.poetry.dependencies]